Color spaces of #caa8da
RGB | 202 | 168 | 218 |
---|---|---|---|
HSL | 0.78 | 0.40 | 0.76 |
HSV | 281° | 23° | 85° |
CMYK | 0.07 | 0.23 | 0.00 0.15 |
XYZ | 51.0146 | 45.6238 | 72.4472 |
Yxy | 45.6238 | 0.3017 | 0.2698 |
Hunter Lab | 67.5454 | 16.6102 | -16.3109 |
CIE-Lab | 73.3008 | 21.4221 | -20.6357 |
#caa8da color RGB value is (202,168,218).
#caa8da hex color red value is 202, green value is 168 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #caa8da hue: 0.78 , saturation: 0.40 and the lightness value of caa8da is 0.76.
The process color (four color CMYK) of #caa8da color hex is 0.07, 0.23, 0.00, 0.15. Web safe color of #caa8da is #cc99cc. Color #caa8da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101000 | 11011010 |
Octal | 312 | 250 | 332 |
Decimal | 202 | 168 | 218 |
Hex | CA | A8 | DA |
Shades of #caa8da
Tints of #caa8da
RGB Percentages of Color #caa8da
CMYK Percentages of Color #caa8da
Complementary Color
#caa8da | #b8daa8 |
#caa8da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caa8da Color Preview on White Background
Lorem ipsum dolor sit amet.
#caa8da Color CSS Codes
.mybgcolor {background-color:#caa8da; } .myforecolor {color:#caa8da; } .mybordercolor {border:3px solid #caa8da; }
#caa8da Text Font Color
<p style="color:#caa8da">Text here</p>
This sample text font color is #caa8da
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.
#caa8da Background Color
<div style="background-color:#caa8da">
Div content here</div>
This div background color is #caa8da
#caa8da Border Color
<div style="border:3px solid #caa8da">
Div here</div>
This div border color is #caa8da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,168,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caa8da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caa8da; -webkit-box-shadow: 1px 1px 3px 2px #caa8da; box-shadow: 1px 1px 3px 2px #caa8da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,168,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caa8da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caa8da; -webkit-box-shadow: 1px 1px 3px 2px #caa8da; box-shadow: 1px 1px 3px 2px #caa8da;">
Div content here</div>
This div box has shadow with color #caa8da
Comments
No comments written yet.
Please login to write comment.