Color spaces of #ca12ed
RGB | 202 | 18 | 237 |
---|---|---|---|
HSL | 0.81 | 0.86 | 0.50 |
HSV | 290° | 92° | 93° |
CMYK | 0.15 | 0.92 | 0.00 0.07 |
XYZ | 39.8595 | 19.1036 | 81.7073 |
Yxy | 19.1036 | 0.2834 | 0.1358 |
Hunter Lab | 43.7077 | 86.2959 | -80.2416 |
CIE-Lab | 50.8082 | 86.2888 | -66.5589 |
#ca12ed color RGB value is (202,18,237).
#ca12ed hex color red value is 202, green value is 18 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ca12ed hue: 0.81 , saturation: 0.86 and the lightness value of ca12ed is 0.50.
The process color (four color CMYK) of #ca12ed color hex is 0.15, 0.92, 0.00, 0.07. Web safe color of #ca12ed is #cc00ff. Color #ca12ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00010010 | 11101101 |
Octal | 312 | 22 | 355 |
Decimal | 202 | 18 | 237 |
Hex | CA | 12 | ED |
Shades of #ca12ed
Tints of #ca12ed
RGB Percentages of Color #ca12ed
CMYK Percentages of Color #ca12ed
Complementary Color
#ca12ed | #35ed12 |
#ca12ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca12ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca12ed Color CSS Codes
.mybgcolor {background-color:#ca12ed; } .myforecolor {color:#ca12ed; } .mybordercolor {border:3px solid #ca12ed; }
#ca12ed Text Font Color
<p style="color:#ca12ed">Text here</p>
This sample text font color is #ca12ed
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.
#ca12ed Background Color
<div style="background-color:#ca12ed">
Div content here</div>
This div background color is #ca12ed
#ca12ed Border Color
<div style="border:3px solid #ca12ed">
Div here</div>
This div border color is #ca12ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,18,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca12ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca12ed; -webkit-box-shadow: 1px 1px 3px 2px #ca12ed; box-shadow: 1px 1px 3px 2px #ca12ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,18,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca12ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca12ed; -webkit-box-shadow: 1px 1px 3px 2px #ca12ed; box-shadow: 1px 1px 3px 2px #ca12ed;">
Div content here</div>
This div box has shadow with color #ca12ed
Comments
No comments written yet.
Please login to write comment.