Color spaces of #ca9ddf
RGB | 202 | 157 | 223 |
---|---|---|---|
HSL | 0.78 | 0.51 | 0.75 |
HSV | 281° | 30° | 87° |
CMYK | 0.09 | 0.30 | 0.00 0.13 |
XYZ | 49.7334 | 41.9982 | 75.2973 |
Yxy | 41.9982 | 0.2978 | 0.2514 |
Hunter Lab | 64.8060 | 23.5738 | -23.5241 |
CIE-Lab | 70.8697 | 28.4704 | -27.0875 |
#ca9ddf color RGB value is (202,157,223).
#ca9ddf hex color red value is 202, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ca9ddf hue: 0.78 , saturation: 0.51 and the lightness value of ca9ddf is 0.75.
The process color (four color CMYK) of #ca9ddf color hex is 0.09, 0.30, 0.00, 0.13. Web safe color of #ca9ddf is #cc99cc. Color #ca9ddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10011101 | 11011111 |
Octal | 312 | 235 | 337 |
Decimal | 202 | 157 | 223 |
Hex | CA | 9D | DF |
Shades of #ca9ddf
Tints of #ca9ddf
RGB Percentages of Color #ca9ddf
CMYK Percentages of Color #ca9ddf
Complementary Color
#ca9ddf | #b2df9d |
#ca9ddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca9ddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca9ddf Color CSS Codes
.mybgcolor {background-color:#ca9ddf; } .myforecolor {color:#ca9ddf; } .mybordercolor {border:3px solid #ca9ddf; }
#ca9ddf Text Font Color
<p style="color:#ca9ddf">Text here</p>
This sample text font color is #ca9ddf
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.
#ca9ddf Background Color
<div style="background-color:#ca9ddf">
Div content here</div>
This div background color is #ca9ddf
#ca9ddf Border Color
<div style="border:3px solid #ca9ddf">
Div here</div>
This div border color is #ca9ddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,157,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca9ddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca9ddf; -webkit-box-shadow: 1px 1px 3px 2px #ca9ddf; box-shadow: 1px 1px 3px 2px #ca9ddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,157,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca9ddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca9ddf; -webkit-box-shadow: 1px 1px 3px 2px #ca9ddf; box-shadow: 1px 1px 3px 2px #ca9ddf;">
Div content here</div>
This div box has shadow with color #ca9ddf
Comments
No comments written yet.
Please login to write comment.