Color spaces of #ca8ed9
RGB | 202 | 142 | 217 |
---|---|---|---|
HSL | 0.80 | 0.50 | 0.70 |
HSV | 288° | 35° | 85° |
CMYK | 0.07 | 0.35 | 0.00 0.15 |
XYZ | 46.5545 | 36.9123 | 70.3167 |
Yxy | 36.9123 | 0.3027 | 0.2400 |
Hunter Lab | 60.7555 | 30.4553 | -26.0917 |
CIE-Lab | 67.2112 | 35.4656 | -29.4064 |
#ca8ed9 color RGB value is (202,142,217).
#ca8ed9 hex color red value is 202, green value is 142 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ca8ed9 hue: 0.80 , saturation: 0.50 and the lightness value of ca8ed9 is 0.70.
The process color (four color CMYK) of #ca8ed9 color hex is 0.07, 0.35, 0.00, 0.15. Web safe color of #ca8ed9 is #cc99cc. Color #ca8ed9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10001110 | 11011001 |
Octal | 312 | 216 | 331 |
Decimal | 202 | 142 | 217 |
Hex | CA | 8E | D9 |
Shades of #ca8ed9
Tints of #ca8ed9
RGB Percentages of Color #ca8ed9
CMYK Percentages of Color #ca8ed9
Complementary Color
#ca8ed9 | #9dd98e |
#ca8ed9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca8ed9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca8ed9 Color CSS Codes
.mybgcolor {background-color:#ca8ed9; } .myforecolor {color:#ca8ed9; } .mybordercolor {border:3px solid #ca8ed9; }
#ca8ed9 Text Font Color
<p style="color:#ca8ed9">Text here</p>
This sample text font color is #ca8ed9
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.
#ca8ed9 Background Color
<div style="background-color:#ca8ed9">
Div content here</div>
This div background color is #ca8ed9
#ca8ed9 Border Color
<div style="border:3px solid #ca8ed9">
Div here</div>
This div border color is #ca8ed9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,142,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca8ed9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca8ed9; -webkit-box-shadow: 1px 1px 3px 2px #ca8ed9; box-shadow: 1px 1px 3px 2px #ca8ed9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,142,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca8ed9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca8ed9; -webkit-box-shadow: 1px 1px 3px 2px #ca8ed9; box-shadow: 1px 1px 3px 2px #ca8ed9;">
Div content here</div>
This div box has shadow with color #ca8ed9
Comments
No comments written yet.
Please login to write comment.