Color spaces of #ca14cc
RGB | 202 | 20 | 204 |
---|---|---|---|
HSL | 0.83 | 0.82 | 0.44 |
HSV | 299° | 90° | 80° |
CMYK | 0.01 | 0.90 | 0.00 0.20 |
XYZ | 35.5064 | 17.4165 | 58.6171 |
Yxy | 17.4165 | 0.3183 | 0.1561 |
Hunter Lab | 41.7331 | 78.8345 | -54.0639 |
CIE-Lab | 48.7806 | 80.8757 | -51.0083 |
#ca14cc color RGB value is (202,20,204).
#ca14cc hex color red value is 202, green value is 20 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ca14cc hue: 0.83 , saturation: 0.82 and the lightness value of ca14cc is 0.44.
The process color (four color CMYK) of #ca14cc color hex is 0.01, 0.90, 0.00, 0.20. Web safe color of #ca14cc is #cc00cc. Color #ca14cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00010100 | 11001100 |
Octal | 312 | 24 | 314 |
Decimal | 202 | 20 | 204 |
Hex | CA | 14 | CC |
Shades of #ca14cc
Tints of #ca14cc
RGB Percentages of Color #ca14cc
CMYK Percentages of Color #ca14cc
Complementary Color
#ca14cc | #16cc14 |
#ca14cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca14cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca14cc Color CSS Codes
.mybgcolor {background-color:#ca14cc; } .myforecolor {color:#ca14cc; } .mybordercolor {border:3px solid #ca14cc; }
#ca14cc Text Font Color
<p style="color:#ca14cc">Text here</p>
This sample text font color is #ca14cc
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.
#ca14cc Background Color
<div style="background-color:#ca14cc">
Div content here</div>
This div background color is #ca14cc
#ca14cc Border Color
<div style="border:3px solid #ca14cc">
Div here</div>
This div border color is #ca14cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,20,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca14cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca14cc; -webkit-box-shadow: 1px 1px 3px 2px #ca14cc; box-shadow: 1px 1px 3px 2px #ca14cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,20,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca14cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca14cc; -webkit-box-shadow: 1px 1px 3px 2px #ca14cc; box-shadow: 1px 1px 3px 2px #ca14cc;">
Div content here</div>
This div box has shadow with color #ca14cc
Comments
No comments written yet.
Please login to write comment.