Color spaces of #ca61db
RGB | 202 | 97 | 219 |
---|---|---|---|
HSL | 0.81 | 0.63 | 0.62 |
HSV | 292° | 56° | 86° |
CMYK | 0.08 | 0.56 | 0.00 0.14 |
XYZ | 41.4180 | 26.2204 | 69.8959 |
Yxy | 26.2204 | 0.3011 | 0.1906 |
Hunter Lab | 51.2059 | 54.7700 | -45.0866 |
CIE-Lab | 58.2457 | 59.0463 | -44.5186 |
#ca61db color RGB value is (202,97,219).
#ca61db hex color red value is 202, green value is 97 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca61db hue: 0.81 , saturation: 0.63 and the lightness value of ca61db is 0.62.
The process color (four color CMYK) of #ca61db color hex is 0.08, 0.56, 0.00, 0.14. Web safe color of #ca61db is #cc66cc. Color #ca61db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01100001 | 11011011 |
Octal | 312 | 141 | 333 |
Decimal | 202 | 97 | 219 |
Hex | CA | 61 | DB |
Shades of #ca61db
Tints of #ca61db
RGB Percentages of Color #ca61db
CMYK Percentages of Color #ca61db
Complementary Color
#ca61db | #72db61 |
#ca61db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca61db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca61db Color CSS Codes
.mybgcolor {background-color:#ca61db; } .myforecolor {color:#ca61db; } .mybordercolor {border:3px solid #ca61db; }
#ca61db Text Font Color
<p style="color:#ca61db">Text here</p>
This sample text font color is #ca61db
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.
#ca61db Background Color
<div style="background-color:#ca61db">
Div content here</div>
This div background color is #ca61db
#ca61db Border Color
<div style="border:3px solid #ca61db">
Div here</div>
This div border color is #ca61db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,97,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca61db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca61db; -webkit-box-shadow: 1px 1px 3px 2px #ca61db; box-shadow: 1px 1px 3px 2px #ca61db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,97,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 #ca61db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca61db; -webkit-box-shadow: 1px 1px 3px 2px #ca61db; box-shadow: 1px 1px 3px 2px #ca61db;">
Div content here</div>
This div box has shadow with color #ca61db
Comments
No comments written yet.
Please login to write comment.