Color spaces of #c524eb
RGB | 197 | 36 | 235 |
---|---|---|---|
HSL | 0.80 | 0.83 | 0.53 |
HSV | 289° | 85° | 92° |
CMYK | 0.16 | 0.85 | 0.00 0.08 |
XYZ | 38.6522 | 19.1302 | 80.2526 |
Yxy | 19.1302 | 0.2800 | 0.1386 |
Hunter Lab | 43.7381 | 81.2023 | -78.1713 |
CIE-Lab | 50.8392 | 82.3378 | -65.4204 |
#c524eb color RGB value is (197,36,235).
#c524eb hex color red value is 197, green value is 36 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c524eb hue: 0.80 , saturation: 0.83 and the lightness value of c524eb is 0.53.
The process color (four color CMYK) of #c524eb color hex is 0.16, 0.85, 0.00, 0.08. Web safe color of #c524eb is #cc33ff. Color #c524eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00100100 | 11101011 |
Octal | 305 | 44 | 353 |
Decimal | 197 | 36 | 235 |
Hex | C5 | 24 | EB |
Shades of #c524eb
Tints of #c524eb
RGB Percentages of Color #c524eb
CMYK Percentages of Color #c524eb
Complementary Color
#c524eb | #4aeb24 |
#c524eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c524eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c524eb Color CSS Codes
.mybgcolor {background-color:#c524eb; } .myforecolor {color:#c524eb; } .mybordercolor {border:3px solid #c524eb; }
#c524eb Text Font Color
<p style="color:#c524eb">Text here</p>
This sample text font color is #c524eb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c524eb Background Color
<div style="background-color:#c524eb">
Div content here</div>
This div background color is #c524eb
#c524eb Border Color
<div style="border:3px solid #c524eb">
Div here</div>
This div border color is #c524eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,36,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c524eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c524eb; -webkit-box-shadow: 1px 1px 3px 2px #c524eb; box-shadow: 1px 1px 3px 2px #c524eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,36,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c524eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c524eb; -webkit-box-shadow: 1px 1px 3px 2px #c524eb; box-shadow: 1px 1px 3px 2px #c524eb;">
Div content here</div>
This div box has shadow with color #c524eb
Comments
No comments written yet.
Please login to write comment.