Color spaces of #ca34db
RGB | 202 | 52 | 219 |
---|---|---|---|
HSL | 0.82 | 0.70 | 0.53 |
HSV | 294° | 76° | 86° |
CMYK | 0.08 | 0.76 | 0.00 0.14 |
XYZ | 38.3713 | 20.1270 | 68.8803 |
Yxy | 20.1270 | 0.3012 | 0.1580 |
Hunter Lab | 44.8631 | 74.1601 | -59.6263 |
CIE-Lab | 51.9805 | 76.5188 | -54.4809 |
#ca34db color RGB value is (202,52,219).
#ca34db hex color red value is 202, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca34db hue: 0.82 , saturation: 0.70 and the lightness value of ca34db is 0.53.
The process color (four color CMYK) of #ca34db color hex is 0.08, 0.76, 0.00, 0.14. Web safe color of #ca34db is #cc33cc. Color #ca34db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00110100 | 11011011 |
Octal | 312 | 64 | 333 |
Decimal | 202 | 52 | 219 |
Hex | CA | 34 | DB |
Shades of #ca34db
Tints of #ca34db
RGB Percentages of Color #ca34db
CMYK Percentages of Color #ca34db
Complementary Color
#ca34db | #45db34 |
#ca34db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca34db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca34db Color CSS Codes
.mybgcolor {background-color:#ca34db; } .myforecolor {color:#ca34db; } .mybordercolor {border:3px solid #ca34db; }
#ca34db Text Font Color
<p style="color:#ca34db">Text here</p>
This sample text font color is #ca34db
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.
#ca34db Background Color
<div style="background-color:#ca34db">
Div content here</div>
This div background color is #ca34db
#ca34db Border Color
<div style="border:3px solid #ca34db">
Div here</div>
This div border color is #ca34db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,52,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca34db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca34db; -webkit-box-shadow: 1px 1px 3px 2px #ca34db; box-shadow: 1px 1px 3px 2px #ca34db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,52,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 #ca34db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca34db; -webkit-box-shadow: 1px 1px 3px 2px #ca34db; box-shadow: 1px 1px 3px 2px #ca34db;">
Div content here</div>
This div box has shadow with color #ca34db
Comments
No comments written yet.
Please login to write comment.