Color spaces of #ca7ccc
RGB | 202 | 124 | 204 |
---|---|---|---|
HSL | 0.83 | 0.44 | 0.64 |
HSV | 299° | 39° | 80° |
CMYK | 0.01 | 0.39 | 0.00 0.20 |
XYZ | 42.4639 | 31.3315 | 60.9362 |
Yxy | 31.3315 | 0.3152 | 0.2325 |
Hunter Lab | 55.9745 | 37.4598 | -25.3634 |
CIE-Lab | 62.7865 | 42.6381 | -28.9781 |
#ca7ccc color RGB value is (202,124,204).
#ca7ccc hex color red value is 202, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ca7ccc hue: 0.83 , saturation: 0.44 and the lightness value of ca7ccc is 0.64.
The process color (four color CMYK) of #ca7ccc color hex is 0.01, 0.39, 0.00, 0.20. Web safe color of #ca7ccc is #cc66cc. Color #ca7ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01111100 | 11001100 |
Octal | 312 | 174 | 314 |
Decimal | 202 | 124 | 204 |
Hex | CA | 7C | CC |
Shades of #ca7ccc
Tints of #ca7ccc
RGB Percentages of Color #ca7ccc
CMYK Percentages of Color #ca7ccc
Complementary Color
#ca7ccc | #7ecc7c |
#ca7ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca7ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca7ccc Color CSS Codes
.mybgcolor {background-color:#ca7ccc; } .myforecolor {color:#ca7ccc; } .mybordercolor {border:3px solid #ca7ccc; }
#ca7ccc Text Font Color
<p style="color:#ca7ccc">Text here</p>
This sample text font color is #ca7ccc
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.
#ca7ccc Background Color
<div style="background-color:#ca7ccc">
Div content here</div>
This div background color is #ca7ccc
#ca7ccc Border Color
<div style="border:3px solid #ca7ccc">
Div here</div>
This div border color is #ca7ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,124,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca7ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca7ccc; -webkit-box-shadow: 1px 1px 3px 2px #ca7ccc; box-shadow: 1px 1px 3px 2px #ca7ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,124,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 #ca7ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca7ccc; -webkit-box-shadow: 1px 1px 3px 2px #ca7ccc; box-shadow: 1px 1px 3px 2px #ca7ccc;">
Div content here</div>
This div box has shadow with color #ca7ccc
Comments
No comments written yet.
Please login to write comment.