Color spaces of #ca166a
RGB | 202 | 22 | 106 |
---|---|---|---|
HSL | 0.92 | 0.80 | 0.44 |
HSV | 332° | 89° | 79° |
CMYK | 0.00 | 0.89 | 0.48 0.21 |
XYZ | 27.2455 | 14.1710 | 14.9349 |
Yxy | 14.1710 | 0.4835 | 0.2515 |
Hunter Lab | 37.6444 | 63.3135 | 2.8286 |
CIE-Lab | 44.4772 | 68.9996 | 1.1270 |
#ca166a color RGB value is (202,22,106).
#ca166a hex color red value is 202, green value is 22 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ca166a hue: 0.92 , saturation: 0.80 and the lightness value of ca166a is 0.44.
The process color (four color CMYK) of #ca166a color hex is 0.00, 0.89, 0.48, 0.21. Web safe color of #ca166a is #cc0066. Color #ca166a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00010110 | 01101010 |
Octal | 312 | 26 | 152 |
Decimal | 202 | 22 | 106 |
Hex | CA | 16 | 6A |
Shades of #ca166a
Tints of #ca166a
RGB Percentages of Color #ca166a
CMYK Percentages of Color #ca166a
Complementary Color
#ca166a | #16ca76 |
#ca166a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca166a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca166a Color CSS Codes
.mybgcolor {background-color:#ca166a; } .myforecolor {color:#ca166a; } .mybordercolor {border:3px solid #ca166a; }
#ca166a Text Font Color
<p style="color:#ca166a">Text here</p>
This sample text font color is #ca166a
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.
#ca166a Background Color
<div style="background-color:#ca166a">
Div content here</div>
This div background color is #ca166a
#ca166a Border Color
<div style="border:3px solid #ca166a">
Div here</div>
This div border color is #ca166a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,22,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca166a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca166a; -webkit-box-shadow: 1px 1px 3px 2px #ca166a; box-shadow: 1px 1px 3px 2px #ca166a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,22,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca166a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca166a; -webkit-box-shadow: 1px 1px 3px 2px #ca166a; box-shadow: 1px 1px 3px 2px #ca166a;">
Div content here</div>
This div box has shadow with color #ca166a
Comments
No comments written yet.
Please login to write comment.