# Color.IsRepresentableInHex

```csharp
bool IsRepresentableInHex { get; set; }
```

Returns true if this color can be represented in hexadecimal format (#RRGGBB[AA]).
This may not be the case if the color components are outside of [0,1] range.

Declared in [Color](/api/Color).
Assembly: `Sandbox.System`.
