Color spaces of #ca53dd
RGB | 202 | 83 | 221 |
---|---|---|---|
HSL | 0.81 | 0.67 | 0.60 |
HSV | 292° | 62° | 87° |
CMYK | 0.09 | 0.62 | 0.00 0.13 |
XYZ | 40.5015 | 23.9635 | 70.8974 |
Yxy | 23.9635 | 0.2992 | 0.1770 |
Hunter Lab | 48.9525 | 62.0173 | -51.6023 |
CIE-Lab | 56.0512 | 65.6882 | -49.1222 |
#ca53dd color RGB value is (202,83,221).
#ca53dd hex color red value is 202, green value is 83 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca53dd hue: 0.81 , saturation: 0.67 and the lightness value of ca53dd is 0.60.
The process color (four color CMYK) of #ca53dd color hex is 0.09, 0.62, 0.00, 0.13. Web safe color of #ca53dd is #cc66cc. Color #ca53dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01010011 | 11011101 |
Octal | 312 | 123 | 335 |
Decimal | 202 | 83 | 221 |
Hex | CA | 53 | DD |
Shades of #ca53dd
Tints of #ca53dd
RGB Percentages of Color #ca53dd
CMYK Percentages of Color #ca53dd
Complementary Color
#ca53dd | #66dd53 |
#ca53dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca53dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca53dd Color CSS Codes
.mybgcolor {background-color:#ca53dd; } .myforecolor {color:#ca53dd; } .mybordercolor {border:3px solid #ca53dd; }
#ca53dd Text Font Color
<p style="color:#ca53dd">Text here</p>
This sample text font color is #ca53dd
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.
#ca53dd Background Color
<div style="background-color:#ca53dd">
Div content here</div>
This div background color is #ca53dd
#ca53dd Border Color
<div style="border:3px solid #ca53dd">
Div here</div>
This div border color is #ca53dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,83,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca53dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca53dd; -webkit-box-shadow: 1px 1px 3px 2px #ca53dd; box-shadow: 1px 1px 3px 2px #ca53dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,83,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca53dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca53dd; -webkit-box-shadow: 1px 1px 3px 2px #ca53dd; box-shadow: 1px 1px 3px 2px #ca53dd;">
Div content here</div>
This div box has shadow with color #ca53dd
Comments
No comments written yet.
Please login to write comment.