Color spaces of #caaae1
RGB | 202 | 170 | 225 |
---|---|---|---|
HSL | 0.76 | 0.48 | 0.77 |
HSV | 275° | 24° | 88° |
CMYK | 0.10 | 0.24 | 0.00 0.12 |
XYZ | 52.3225 | 46.7423 | 77.4986 |
Yxy | 46.7423 | 0.2963 | 0.2647 |
Hunter Lab | 68.3683 | 16.9620 | -19.3501 |
CIE-Lab | 74.0246 | 21.7453 | -23.3549 |
#caaae1 color RGB value is (202,170,225).
#caaae1 hex color red value is 202, green value is 170 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #caaae1 hue: 0.76 , saturation: 0.48 and the lightness value of caaae1 is 0.77.
The process color (four color CMYK) of #caaae1 color hex is 0.10, 0.24, 0.00, 0.12. Web safe color of #caaae1 is #cc99cc. Color #caaae1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101010 | 11100001 |
Octal | 312 | 252 | 341 |
Decimal | 202 | 170 | 225 |
Hex | CA | AA | E1 |
Shades of #caaae1
Tints of #caaae1
RGB Percentages of Color #caaae1
CMYK Percentages of Color #caaae1
Complementary Color
#caaae1 | #c1e1aa |
#caaae1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caaae1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#caaae1 Color CSS Codes
.mybgcolor {background-color:#caaae1; } .myforecolor {color:#caaae1; } .mybordercolor {border:3px solid #caaae1; }
#caaae1 Text Font Color
<p style="color:#caaae1">Text here</p>
This sample text font color is #caaae1
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.
#caaae1 Background Color
<div style="background-color:#caaae1">
Div content here</div>
This div background color is #caaae1
#caaae1 Border Color
<div style="border:3px solid #caaae1">
Div here</div>
This div border color is #caaae1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,170,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caaae1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caaae1; -webkit-box-shadow: 1px 1px 3px 2px #caaae1; box-shadow: 1px 1px 3px 2px #caaae1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,170,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caaae1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caaae1; -webkit-box-shadow: 1px 1px 3px 2px #caaae1; box-shadow: 1px 1px 3px 2px #caaae1;">
Div content here</div>
This div box has shadow with color #caaae1
Comments
No comments written yet.
Please login to write comment.