Color spaces of #ca7cbb
RGB | 202 | 124 | 187 |
---|---|---|---|
HSL | 0.87 | 0.42 | 0.64 |
HSV | 312° | 39° | 79° |
CMYK | 0.00 | 0.39 | 0.07 0.21 |
XYZ | 40.5344 | 30.5597 | 50.7759 |
Yxy | 30.5597 | 0.3326 | 0.2508 |
Hunter Lab | 55.2808 | 34.1428 | -15.7618 |
CIE-Lab | 62.1342 | 39.5704 | -20.3802 |
#ca7cbb color RGB value is (202,124,187).
#ca7cbb hex color red value is 202, green value is 124 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ca7cbb hue: 0.87 , saturation: 0.42 and the lightness value of ca7cbb is 0.64.
The process color (four color CMYK) of #ca7cbb color hex is 0.00, 0.39, 0.07, 0.21. Web safe color of #ca7cbb is #cc66cc. Color #ca7cbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01111100 | 10111011 |
Octal | 312 | 174 | 273 |
Decimal | 202 | 124 | 187 |
Hex | CA | 7C | BB |
Shades of #ca7cbb
Tints of #ca7cbb
RGB Percentages of Color #ca7cbb
CMYK Percentages of Color #ca7cbb
Complementary Color
#ca7cbb | #7cca8b |
#ca7cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca7cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca7cbb Color CSS Codes
.mybgcolor {background-color:#ca7cbb; } .myforecolor {color:#ca7cbb; } .mybordercolor {border:3px solid #ca7cbb; }
#ca7cbb Text Font Color
<p style="color:#ca7cbb">Text here</p>
This sample text font color is #ca7cbb
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.
#ca7cbb Background Color
<div style="background-color:#ca7cbb">
Div content here</div>
This div background color is #ca7cbb
#ca7cbb Border Color
<div style="border:3px solid #ca7cbb">
Div here</div>
This div border color is #ca7cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,124,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca7cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca7cbb; -webkit-box-shadow: 1px 1px 3px 2px #ca7cbb; box-shadow: 1px 1px 3px 2px #ca7cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,124,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca7cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca7cbb; -webkit-box-shadow: 1px 1px 3px 2px #ca7cbb; box-shadow: 1px 1px 3px 2px #ca7cbb;">
Div content here</div>
This div box has shadow with color #ca7cbb
Comments
No comments written yet.
Please login to write comment.