Color spaces of #ca36db
RGB | 202 | 54 | 219 |
---|---|---|---|
HSL | 0.82 | 0.70 | 0.54 |
HSV | 294° | 75° | 86° |
CMYK | 0.08 | 0.75 | 0.00 0.14 |
XYZ | 38.4625 | 20.3094 | 68.9107 |
Yxy | 20.3094 | 0.3012 | 0.1591 |
Hunter Lab | 45.0660 | 73.4792 | -59.1146 |
CIE-Lab | 52.1852 | 75.9289 | -54.1532 |
#ca36db color RGB value is (202,54,219).
#ca36db hex color red value is 202, green value is 54 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca36db hue: 0.82 , saturation: 0.70 and the lightness value of ca36db is 0.54.
The process color (four color CMYK) of #ca36db color hex is 0.08, 0.75, 0.00, 0.14. Web safe color of #ca36db is #cc33cc. Color #ca36db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00110110 | 11011011 |
Octal | 312 | 66 | 333 |
Decimal | 202 | 54 | 219 |
Hex | CA | 36 | DB |
Shades of #ca36db
Tints of #ca36db
RGB Percentages of Color #ca36db
CMYK Percentages of Color #ca36db
Complementary Color
#ca36db | #47db36 |
#ca36db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca36db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca36db Color CSS Codes
.mybgcolor {background-color:#ca36db; } .myforecolor {color:#ca36db; } .mybordercolor {border:3px solid #ca36db; }
#ca36db Text Font Color
<p style="color:#ca36db">Text here</p>
This sample text font color is #ca36db
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.
#ca36db Background Color
<div style="background-color:#ca36db">
Div content here</div>
This div background color is #ca36db
#ca36db Border Color
<div style="border:3px solid #ca36db">
Div here</div>
This div border color is #ca36db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,54,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca36db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca36db; -webkit-box-shadow: 1px 1px 3px 2px #ca36db; box-shadow: 1px 1px 3px 2px #ca36db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,54,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 #ca36db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca36db; -webkit-box-shadow: 1px 1px 3px 2px #ca36db; box-shadow: 1px 1px 3px 2px #ca36db;">
Div content here</div>
This div box has shadow with color #ca36db
Comments
No comments written yet.
Please login to write comment.