Color spaces of #ca12cd
RGB | 202 | 18 | 205 |
---|---|---|---|
HSL | 0.83 | 0.84 | 0.44 |
HSV | 299° | 91° | 80° |
CMYK | 0.01 | 0.91 | 0.00 0.20 |
XYZ | 35.5929 | 17.3969 | 59.2396 |
Yxy | 17.3969 | 0.3171 | 0.1550 |
Hunter Lab | 41.7096 | 79.3313 | -55.0121 |
CIE-Lab | 48.7563 | 81.2727 | -51.6241 |
#ca12cd color RGB value is (202,18,205).
#ca12cd hex color red value is 202, green value is 18 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ca12cd hue: 0.83 , saturation: 0.84 and the lightness value of ca12cd is 0.44.
The process color (four color CMYK) of #ca12cd color hex is 0.01, 0.91, 0.00, 0.20. Web safe color of #ca12cd is #cc00cc. Color #ca12cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00010010 | 11001101 |
Octal | 312 | 22 | 315 |
Decimal | 202 | 18 | 205 |
Hex | CA | 12 | CD |
Shades of #ca12cd
Tints of #ca12cd
RGB Percentages of Color #ca12cd
CMYK Percentages of Color #ca12cd
Complementary Color
#ca12cd | #15cd12 |
#ca12cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca12cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca12cd Color CSS Codes
.mybgcolor {background-color:#ca12cd; } .myforecolor {color:#ca12cd; } .mybordercolor {border:3px solid #ca12cd; }
#ca12cd Text Font Color
<p style="color:#ca12cd">Text here</p>
This sample text font color is #ca12cd
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.
#ca12cd Background Color
<div style="background-color:#ca12cd">
Div content here</div>
This div background color is #ca12cd
#ca12cd Border Color
<div style="border:3px solid #ca12cd">
Div here</div>
This div border color is #ca12cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,18,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca12cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca12cd; -webkit-box-shadow: 1px 1px 3px 2px #ca12cd; box-shadow: 1px 1px 3px 2px #ca12cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,18,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca12cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca12cd; -webkit-box-shadow: 1px 1px 3px 2px #ca12cd; box-shadow: 1px 1px 3px 2px #ca12cd;">
Div content here</div>
This div box has shadow with color #ca12cd
Comments
No comments written yet.
Please login to write comment.