Color spaces of #ca99cf
RGB | 202 | 153 | 207 |
---|---|---|---|
HSL | 0.82 | 0.36 | 0.71 |
HSV | 294° | 26° | 81° |
CMYK | 0.02 | 0.26 | 0.00 0.19 |
XYZ | 47.0108 | 39.8440 | 64.2444 |
Yxy | 39.8440 | 0.3111 | 0.2637 |
Hunter Lab | 63.1221 | 22.4759 | -16.1587 |
CIE-Lab | 69.3583 | 27.4944 | -20.5777 |
#ca99cf color RGB value is (202,153,207).
#ca99cf hex color red value is 202, green value is 153 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ca99cf hue: 0.82 , saturation: 0.36 and the lightness value of ca99cf is 0.71.
The process color (four color CMYK) of #ca99cf color hex is 0.02, 0.26, 0.00, 0.19. Web safe color of #ca99cf is #cc99cc. Color #ca99cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10011001 | 11001111 |
Octal | 312 | 231 | 317 |
Decimal | 202 | 153 | 207 |
Hex | CA | 99 | CF |
Shades of #ca99cf
Tints of #ca99cf
RGB Percentages of Color #ca99cf
CMYK Percentages of Color #ca99cf
Complementary Color
#ca99cf | #9ecf99 |
#ca99cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca99cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca99cf Color CSS Codes
.mybgcolor {background-color:#ca99cf; } .myforecolor {color:#ca99cf; } .mybordercolor {border:3px solid #ca99cf; }
#ca99cf Text Font Color
<p style="color:#ca99cf">Text here</p>
This sample text font color is #ca99cf
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.
#ca99cf Background Color
<div style="background-color:#ca99cf">
Div content here</div>
This div background color is #ca99cf
#ca99cf Border Color
<div style="border:3px solid #ca99cf">
Div here</div>
This div border color is #ca99cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,153,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca99cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca99cf; -webkit-box-shadow: 1px 1px 3px 2px #ca99cf; box-shadow: 1px 1px 3px 2px #ca99cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,153,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca99cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca99cf; -webkit-box-shadow: 1px 1px 3px 2px #ca99cf; box-shadow: 1px 1px 3px 2px #ca99cf;">
Div content here</div>
This div box has shadow with color #ca99cf
Comments
No comments written yet.
Please login to write comment.