Color spaces of #c445fe
RGB | 196 | 69 | 254 |
---|---|---|---|
HSL | 0.78 | 0.99 | 0.63 |
HSV | 281° | 73° | 100° |
CMYK | 0.23 | 0.73 | 0.00 0.00 |
XYZ | 42.7825 | 23.1478 | 95.9790 |
Yxy | 23.1478 | 0.2642 | 0.1430 |
Hunter Lab | 48.1122 | 74.5302 | -84.5992 |
CIE-Lab | 55.2243 | 76.1875 | -68.9643 |
#c445fe color RGB value is (196,69,254).
#c445fe hex color red value is 196, green value is 69 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c445fe hue: 0.78 , saturation: 0.99 and the lightness value of c445fe is 0.63.
The process color (four color CMYK) of #c445fe color hex is 0.23, 0.73, 0.00, 0.00. Web safe color of #c445fe is #cc33ff. Color #c445fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01000101 | 11111110 |
Octal | 304 | 105 | 376 |
Decimal | 196 | 69 | 254 |
Hex | C4 | 45 | FE |
Shades of #c445fe
Tints of #c445fe
RGB Percentages of Color #c445fe
CMYK Percentages of Color #c445fe
Complementary Color
#c445fe | #7ffe45 |
#c445fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c445fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c445fe Color CSS Codes
.mybgcolor {background-color:#c445fe; } .myforecolor {color:#c445fe; } .mybordercolor {border:3px solid #c445fe; }
#c445fe Text Font Color
<p style="color:#c445fe">Text here</p>
This sample text font color is #c445fe
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.
#c445fe Background Color
<div style="background-color:#c445fe">
Div content here</div>
This div background color is #c445fe
#c445fe Border Color
<div style="border:3px solid #c445fe">
Div here</div>
This div border color is #c445fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,69,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c445fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c445fe; -webkit-box-shadow: 1px 1px 3px 2px #c445fe; box-shadow: 1px 1px 3px 2px #c445fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,69,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 #c445fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c445fe; -webkit-box-shadow: 1px 1px 3px 2px #c445fe; box-shadow: 1px 1px 3px 2px #c445fe;">
Div content here</div>
This div box has shadow with color #c445fe
Comments
No comments written yet.
Please login to write comment.