Color spaces of #ca79db
RGB | 202 | 121 | 219 |
---|---|---|---|
HSL | 0.80 | 0.58 | 0.67 |
HSV | 290° | 45° | 86° |
CMYK | 0.08 | 0.45 | 0.00 0.14 |
XYZ | 43.9807 | 31.3458 | 70.7501 |
Yxy | 31.3458 | 0.3011 | 0.2146 |
Hunter Lab | 55.9873 | 42.2424 | -35.7325 |
CIE-Lab | 62.7985 | 47.0844 | -37.3689 |
#ca79db color RGB value is (202,121,219).
#ca79db hex color red value is 202, green value is 121 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca79db hue: 0.80 , saturation: 0.58 and the lightness value of ca79db is 0.67.
The process color (four color CMYK) of #ca79db color hex is 0.08, 0.45, 0.00, 0.14. Web safe color of #ca79db is #cc66cc. Color #ca79db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01111001 | 11011011 |
Octal | 312 | 171 | 333 |
Decimal | 202 | 121 | 219 |
Hex | CA | 79 | DB |
Shades of #ca79db
Tints of #ca79db
RGB Percentages of Color #ca79db
CMYK Percentages of Color #ca79db
Complementary Color
#ca79db | #8adb79 |
#ca79db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca79db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca79db Color CSS Codes
.mybgcolor {background-color:#ca79db; } .myforecolor {color:#ca79db; } .mybordercolor {border:3px solid #ca79db; }
#ca79db Text Font Color
<p style="color:#ca79db">Text here</p>
This sample text font color is #ca79db
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.
#ca79db Background Color
<div style="background-color:#ca79db">
Div content here</div>
This div background color is #ca79db
#ca79db Border Color
<div style="border:3px solid #ca79db">
Div here</div>
This div border color is #ca79db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,121,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca79db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca79db; -webkit-box-shadow: 1px 1px 3px 2px #ca79db; box-shadow: 1px 1px 3px 2px #ca79db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,121,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca79db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca79db; -webkit-box-shadow: 1px 1px 3px 2px #ca79db; box-shadow: 1px 1px 3px 2px #ca79db;">
Div content here</div>
This div box has shadow with color #ca79db
Comments
No comments written yet.
Please login to write comment.