Color spaces of #c40875
RGB | 196 | 8 | 117 |
---|---|---|---|
HSL | 0.90 | 0.92 | 0.40 |
HSV | 325° | 96° | 77° |
CMYK | 0.00 | 0.96 | 0.40 0.23 |
XYZ | 26.0627 | 13.1938 | 18.0026 |
Yxy | 13.1938 | 0.4552 | 0.2304 |
Hunter Lab | 36.3233 | 64.5117 | -3.9591 |
CIE-Lab | 43.0538 | 70.2933 | -7.9543 |
#c40875 color RGB value is (196,8,117).
#c40875 hex color red value is 196, green value is 8 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c40875 hue: 0.90 , saturation: 0.92 and the lightness value of c40875 is 0.40.
The process color (four color CMYK) of #c40875 color hex is 0.00, 0.96, 0.40, 0.23. Web safe color of #c40875 is #cc0066. Color #c40875 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00001000 | 01110101 |
Octal | 304 | 10 | 165 |
Decimal | 196 | 8 | 117 |
Hex | C4 | 8 | 75 |
Shades of #c40875
Tints of #c40875
RGB Percentages of Color #c40875
CMYK Percentages of Color #c40875
Complementary Color
#c40875 | #08c457 |
#c40875 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c40875 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c40875 Color CSS Codes
.mybgcolor {background-color:#c40875; } .myforecolor {color:#c40875; } .mybordercolor {border:3px solid #c40875; }
#c40875 Text Font Color
<p style="color:#c40875">Text here</p>
This sample text font color is #c40875
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.
#c40875 Background Color
<div style="background-color:#c40875">
Div content here</div>
This div background color is #c40875
#c40875 Border Color
<div style="border:3px solid #c40875">
Div here</div>
This div border color is #c40875
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,8,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c40875; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c40875; -webkit-box-shadow: 1px 1px 3px 2px #c40875; box-shadow: 1px 1px 3px 2px #c40875; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,8,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c40875">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c40875; -webkit-box-shadow: 1px 1px 3px 2px #c40875; box-shadow: 1px 1px 3px 2px #c40875;">
Div content here</div>
This div box has shadow with color #c40875
Comments
No comments written yet.
Please login to write comment.