Color spaces of #ca11ad
RGB | 202 | 17 | 173 |
---|---|---|---|
HSL | 0.86 | 0.84 | 0.43 |
HSV | 309° | 92° | 79° |
CMYK | 0.00 | 0.92 | 0.14 0.21 |
XYZ | 32.1004 | 15.9746 | 40.9267 |
Yxy | 15.9746 | 0.3607 | 0.1795 |
Hunter Lab | 39.9682 | 73.4175 | -32.7340 |
CIE-Lab | 46.9411 | 76.9008 | -35.8182 |
#ca11ad color RGB value is (202,17,173).
#ca11ad hex color red value is 202, green value is 17 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ca11ad hue: 0.86 , saturation: 0.84 and the lightness value of ca11ad is 0.43.
The process color (four color CMYK) of #ca11ad color hex is 0.00, 0.92, 0.14, 0.21. Web safe color of #ca11ad is #cc0099. Color #ca11ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00010001 | 10101101 |
Octal | 312 | 21 | 255 |
Decimal | 202 | 17 | 173 |
Hex | CA | 11 | AD |
Shades of #ca11ad
Tints of #ca11ad
RGB Percentages of Color #ca11ad
CMYK Percentages of Color #ca11ad
Complementary Color
#ca11ad | #11ca2e |
#ca11ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca11ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca11ad Color CSS Codes
.mybgcolor {background-color:#ca11ad; } .myforecolor {color:#ca11ad; } .mybordercolor {border:3px solid #ca11ad; }
#ca11ad Text Font Color
<p style="color:#ca11ad">Text here</p>
This sample text font color is #ca11ad
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.
#ca11ad Background Color
<div style="background-color:#ca11ad">
Div content here</div>
This div background color is #ca11ad
#ca11ad Border Color
<div style="border:3px solid #ca11ad">
Div here</div>
This div border color is #ca11ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,17,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca11ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca11ad; -webkit-box-shadow: 1px 1px 3px 2px #ca11ad; box-shadow: 1px 1px 3px 2px #ca11ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,17,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca11ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca11ad; -webkit-box-shadow: 1px 1px 3px 2px #ca11ad; box-shadow: 1px 1px 3px 2px #ca11ad;">
Div content here</div>
This div box has shadow with color #ca11ad
Comments
No comments written yet.
Please login to write comment.