Color spaces of #ca6ecd
RGB | 202 | 110 | 205 |
---|---|---|---|
HSL | 0.83 | 0.49 | 0.62 |
HSV | 298° | 46° | 80° |
CMYK | 0.01 | 0.46 | 0.00 0.20 |
XYZ | 40.9525 | 28.1162 | 61.0261 |
Yxy | 28.1162 | 0.3148 | 0.2161 |
Hunter Lab | 53.0247 | 45.0674 | -31.1195 |
CIE-Lab | 59.9936 | 50.0867 | -33.8745 |
#ca6ecd color RGB value is (202,110,205).
#ca6ecd hex color red value is 202, green value is 110 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ca6ecd hue: 0.83 , saturation: 0.49 and the lightness value of ca6ecd is 0.62.
The process color (four color CMYK) of #ca6ecd color hex is 0.01, 0.46, 0.00, 0.20. Web safe color of #ca6ecd is #cc66cc. Color #ca6ecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01101110 | 11001101 |
Octal | 312 | 156 | 315 |
Decimal | 202 | 110 | 205 |
Hex | CA | 6E | CD |
Shades of #ca6ecd
Tints of #ca6ecd
RGB Percentages of Color #ca6ecd
CMYK Percentages of Color #ca6ecd
Complementary Color
#ca6ecd | #71cd6e |
#ca6ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca6ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca6ecd Color CSS Codes
.mybgcolor {background-color:#ca6ecd; } .myforecolor {color:#ca6ecd; } .mybordercolor {border:3px solid #ca6ecd; }
#ca6ecd Text Font Color
<p style="color:#ca6ecd">Text here</p>
This sample text font color is #ca6ecd
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.
#ca6ecd Background Color
<div style="background-color:#ca6ecd">
Div content here</div>
This div background color is #ca6ecd
#ca6ecd Border Color
<div style="border:3px solid #ca6ecd">
Div here</div>
This div border color is #ca6ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,110,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca6ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca6ecd; -webkit-box-shadow: 1px 1px 3px 2px #ca6ecd; box-shadow: 1px 1px 3px 2px #ca6ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,110,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 #ca6ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca6ecd; -webkit-box-shadow: 1px 1px 3px 2px #ca6ecd; box-shadow: 1px 1px 3px 2px #ca6ecd;">
Div content here</div>
This div box has shadow with color #ca6ecd
Comments
No comments written yet.
Please login to write comment.