Color spaces of #ca77de
RGB | 202 | 119 | 222 |
---|---|---|---|
HSL | 0.80 | 0.61 | 0.67 |
HSV | 288° | 46° | 87° |
CMYK | 0.09 | 0.46 | 0.00 0.13 |
XYZ | 44.1388 | 31.0241 | 72.7691 |
Yxy | 31.0241 | 0.2984 | 0.2097 |
Hunter Lab | 55.6993 | 43.9783 | -38.4707 |
CIE-Lab | 62.5280 | 48.7132 | -39.4677 |
#ca77de color RGB value is (202,119,222).
#ca77de hex color red value is 202, green value is 119 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ca77de hue: 0.80 , saturation: 0.61 and the lightness value of ca77de is 0.67.
The process color (four color CMYK) of #ca77de color hex is 0.09, 0.46, 0.00, 0.13. Web safe color of #ca77de is #cc66cc. Color #ca77de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01110111 | 11011110 |
Octal | 312 | 167 | 336 |
Decimal | 202 | 119 | 222 |
Hex | CA | 77 | DE |
Shades of #ca77de
Tints of #ca77de
RGB Percentages of Color #ca77de
CMYK Percentages of Color #ca77de
Complementary Color
#ca77de | #8bde77 |
#ca77de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca77de Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca77de Color CSS Codes
.mybgcolor {background-color:#ca77de; } .myforecolor {color:#ca77de; } .mybordercolor {border:3px solid #ca77de; }
#ca77de Text Font Color
<p style="color:#ca77de">Text here</p>
This sample text font color is #ca77de
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.
#ca77de Background Color
<div style="background-color:#ca77de">
Div content here</div>
This div background color is #ca77de
#ca77de Border Color
<div style="border:3px solid #ca77de">
Div here</div>
This div border color is #ca77de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,119,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca77de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca77de; -webkit-box-shadow: 1px 1px 3px 2px #ca77de; box-shadow: 1px 1px 3px 2px #ca77de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,119,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 #ca77de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca77de; -webkit-box-shadow: 1px 1px 3px 2px #ca77de; box-shadow: 1px 1px 3px 2px #ca77de;">
Div content here</div>
This div box has shadow with color #ca77de
Comments
No comments written yet.
Please login to write comment.