Color spaces of #ca7cad
RGB | 202 | 124 | 173 |
---|---|---|---|
HSL | 0.90 | 0.42 | 0.64 |
HSV | 322° | 39° | 79° |
CMYK | 0.00 | 0.39 | 0.14 0.21 |
XYZ | 39.1076 | 29.9890 | 43.2624 |
Yxy | 29.9890 | 0.3481 | 0.2669 |
Hunter Lab | 54.7622 | 31.6392 | -8.5058 |
CIE-Lab | 61.6447 | 37.2114 | -13.1623 |
#ca7cad color RGB value is (202,124,173).
#ca7cad hex color red value is 202, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ca7cad hue: 0.90 , saturation: 0.42 and the lightness value of ca7cad is 0.64.
The process color (four color CMYK) of #ca7cad color hex is 0.00, 0.39, 0.14, 0.21. Web safe color of #ca7cad is #cc6699. Color #ca7cad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01111100 | 10101101 |
Octal | 312 | 174 | 255 |
Decimal | 202 | 124 | 173 |
Hex | CA | 7C | AD |
Shades of #ca7cad
Tints of #ca7cad
RGB Percentages of Color #ca7cad
CMYK Percentages of Color #ca7cad
Complementary Color
#ca7cad | #7cca99 |
#ca7cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca7cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca7cad Color CSS Codes
.mybgcolor {background-color:#ca7cad; } .myforecolor {color:#ca7cad; } .mybordercolor {border:3px solid #ca7cad; }
#ca7cad Text Font Color
<p style="color:#ca7cad">Text here</p>
This sample text font color is #ca7cad
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.
#ca7cad Background Color
<div style="background-color:#ca7cad">
Div content here</div>
This div background color is #ca7cad
#ca7cad Border Color
<div style="border:3px solid #ca7cad">
Div here</div>
This div border color is #ca7cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,124,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca7cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca7cad; -webkit-box-shadow: 1px 1px 3px 2px #ca7cad; box-shadow: 1px 1px 3px 2px #ca7cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,124,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca7cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca7cad; -webkit-box-shadow: 1px 1px 3px 2px #ca7cad; box-shadow: 1px 1px 3px 2px #ca7cad;">
Div content here</div>
This div box has shadow with color #ca7cad
Comments
No comments written yet.
Please login to write comment.