Color spaces of #ca83de
RGB | 202 | 131 | 222 |
---|---|---|---|
HSL | 0.80 | 0.58 | 0.69 |
HSV | 287° | 41° | 87° |
CMYK | 0.09 | 0.41 | 0.00 0.13 |
XYZ | 45.6582 | 34.0631 | 73.2756 |
Yxy | 34.0631 | 0.2984 | 0.2226 |
Hunter Lab | 58.3636 | 37.5053 | -33.5842 |
CIE-Lab | 65.0126 | 42.3963 | -35.5886 |
#ca83de color RGB value is (202,131,222).
#ca83de hex color red value is 202, green value is 131 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ca83de hue: 0.80 , saturation: 0.58 and the lightness value of ca83de is 0.69.
The process color (four color CMYK) of #ca83de color hex is 0.09, 0.41, 0.00, 0.13. Web safe color of #ca83de is #cc99cc. Color #ca83de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10000011 | 11011110 |
Octal | 312 | 203 | 336 |
Decimal | 202 | 131 | 222 |
Hex | CA | 83 | DE |
Shades of #ca83de
Tints of #ca83de
RGB Percentages of Color #ca83de
CMYK Percentages of Color #ca83de
Complementary Color
#ca83de | #97de83 |
#ca83de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca83de Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca83de Color CSS Codes
.mybgcolor {background-color:#ca83de; } .myforecolor {color:#ca83de; } .mybordercolor {border:3px solid #ca83de; }
#ca83de Text Font Color
<p style="color:#ca83de">Text here</p>
This sample text font color is #ca83de
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.
#ca83de Background Color
<div style="background-color:#ca83de">
Div content here</div>
This div background color is #ca83de
#ca83de Border Color
<div style="border:3px solid #ca83de">
Div here</div>
This div border color is #ca83de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,131,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca83de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca83de; -webkit-box-shadow: 1px 1px 3px 2px #ca83de; box-shadow: 1px 1px 3px 2px #ca83de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,131,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca83de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca83de; -webkit-box-shadow: 1px 1px 3px 2px #ca83de; box-shadow: 1px 1px 3px 2px #ca83de;">
Div content here</div>
This div box has shadow with color #ca83de
Comments
No comments written yet.
Please login to write comment.