Color spaces of #c459fe
RGB | 196 | 89 | 254 |
---|---|---|---|
HSL | 0.77 | 0.99 | 0.67 |
HSV | 279° | 65° | 100° |
CMYK | 0.23 | 0.65 | 0.00 0.00 |
XYZ | 44.2267 | 26.0363 | 96.4604 |
Yxy | 26.0363 | 0.2653 | 0.1562 |
Hunter Lab | 51.0258 | 65.4201 | -76.3652 |
CIE-Lab | 58.0715 | 68.1791 | -64.3753 |
#c459fe color RGB value is (196,89,254).
#c459fe hex color red value is 196, green value is 89 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c459fe hue: 0.77 , saturation: 0.99 and the lightness value of c459fe is 0.67.
The process color (four color CMYK) of #c459fe color hex is 0.23, 0.65, 0.00, 0.00. Web safe color of #c459fe is #cc66ff. Color #c459fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01011001 | 11111110 |
Octal | 304 | 131 | 376 |
Decimal | 196 | 89 | 254 |
Hex | C4 | 59 | FE |
Shades of #c459fe
Tints of #c459fe
RGB Percentages of Color #c459fe
CMYK Percentages of Color #c459fe
Complementary Color
#c459fe | #93fe59 |
#c459fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c459fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c459fe Color CSS Codes
.mybgcolor {background-color:#c459fe; } .myforecolor {color:#c459fe; } .mybordercolor {border:3px solid #c459fe; }
#c459fe Text Font Color
<p style="color:#c459fe">Text here</p>
This sample text font color is #c459fe
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.
#c459fe Background Color
<div style="background-color:#c459fe">
Div content here</div>
This div background color is #c459fe
#c459fe Border Color
<div style="border:3px solid #c459fe">
Div here</div>
This div border color is #c459fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,89,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c459fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c459fe; -webkit-box-shadow: 1px 1px 3px 2px #c459fe; box-shadow: 1px 1px 3px 2px #c459fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,89,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c459fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c459fe; -webkit-box-shadow: 1px 1px 3px 2px #c459fe; box-shadow: 1px 1px 3px 2px #c459fe;">
Div content here</div>
This div box has shadow with color #c459fe
Comments
No comments written yet.
Please login to write comment.