Color spaces of #ca93dc
RGB | 202 | 147 | 220 |
---|---|---|---|
HSL | 0.79 | 0.51 | 0.72 |
HSV | 285° | 33° | 86° |
CMYK | 0.08 | 0.33 | 0.00 0.14 |
XYZ | 47.7091 | 38.5913 | 72.6445 |
Yxy | 38.5913 | 0.3002 | 0.2428 |
Hunter Lab | 62.1219 | 28.3732 | -25.8476 |
CIE-Lab | 68.4542 | 33.3396 | -29.1502 |
#ca93dc color RGB value is (202,147,220).
#ca93dc hex color red value is 202, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ca93dc hue: 0.79 , saturation: 0.51 and the lightness value of ca93dc is 0.72.
The process color (four color CMYK) of #ca93dc color hex is 0.08, 0.33, 0.00, 0.14. Web safe color of #ca93dc is #cc99cc. Color #ca93dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10010011 | 11011100 |
Octal | 312 | 223 | 334 |
Decimal | 202 | 147 | 220 |
Hex | CA | 93 | DC |
Shades of #ca93dc
Tints of #ca93dc
RGB Percentages of Color #ca93dc
CMYK Percentages of Color #ca93dc
Complementary Color
#ca93dc | #a5dc93 |
#ca93dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca93dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca93dc Color CSS Codes
.mybgcolor {background-color:#ca93dc; } .myforecolor {color:#ca93dc; } .mybordercolor {border:3px solid #ca93dc; }
#ca93dc Text Font Color
<p style="color:#ca93dc">Text here</p>
This sample text font color is #ca93dc
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.
#ca93dc Background Color
<div style="background-color:#ca93dc">
Div content here</div>
This div background color is #ca93dc
#ca93dc Border Color
<div style="border:3px solid #ca93dc">
Div here</div>
This div border color is #ca93dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,147,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca93dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca93dc; -webkit-box-shadow: 1px 1px 3px 2px #ca93dc; box-shadow: 1px 1px 3px 2px #ca93dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,147,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca93dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca93dc; -webkit-box-shadow: 1px 1px 3px 2px #ca93dc; box-shadow: 1px 1px 3px 2px #ca93dc;">
Div content here</div>
This div box has shadow with color #ca93dc
Comments
No comments written yet.
Please login to write comment.