Color spaces of #ca086f
RGB | 202 | 8 | 111 |
---|---|---|---|
HSL | 0.91 | 0.92 | 0.41 |
HSV | 328° | 96° | 79° |
CMYK | 0.00 | 0.96 | 0.45 0.21 |
XYZ | 27.3132 | 13.8779 | 16.2781 |
Yxy | 13.8779 | 0.4753 | 0.2415 |
Hunter Lab | 37.2531 | 65.6798 | 0.1698 |
CIE-Lab | 44.0573 | 71.0822 | -2.6008 |
#ca086f color RGB value is (202,8,111).
#ca086f hex color red value is 202, green value is 8 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ca086f hue: 0.91 , saturation: 0.92 and the lightness value of ca086f is 0.41.
The process color (four color CMYK) of #ca086f color hex is 0.00, 0.96, 0.45, 0.21. Web safe color of #ca086f is #cc0066. Color #ca086f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00001000 | 01101111 |
Octal | 312 | 10 | 157 |
Decimal | 202 | 8 | 111 |
Hex | CA | 8 | 6F |
Shades of #ca086f
Tints of #ca086f
RGB Percentages of Color #ca086f
CMYK Percentages of Color #ca086f
Complementary Color
#ca086f | #08ca63 |
#ca086f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca086f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca086f Color CSS Codes
.mybgcolor {background-color:#ca086f; } .myforecolor {color:#ca086f; } .mybordercolor {border:3px solid #ca086f; }
#ca086f Text Font Color
<p style="color:#ca086f">Text here</p>
This sample text font color is #ca086f
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.
#ca086f Background Color
<div style="background-color:#ca086f">
Div content here</div>
This div background color is #ca086f
#ca086f Border Color
<div style="border:3px solid #ca086f">
Div here</div>
This div border color is #ca086f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,8,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca086f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca086f; -webkit-box-shadow: 1px 1px 3px 2px #ca086f; box-shadow: 1px 1px 3px 2px #ca086f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,8,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca086f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca086f; -webkit-box-shadow: 1px 1px 3px 2px #ca086f; box-shadow: 1px 1px 3px 2px #ca086f;">
Div content here</div>
This div box has shadow with color #ca086f
Comments
No comments written yet.
Please login to write comment.