Color spaces of #ca30ce
RGB | 202 | 48 | 206 |
---|---|---|---|
HSL | 0.83 | 0.62 | 0.50 |
HSV | 298° | 77° | 81° |
CMYK | 0.02 | 0.77 | 0.00 0.19 |
XYZ | 36.5547 | 19.1267 | 60.1577 |
Yxy | 19.1267 | 0.3156 | 0.1651 |
Hunter Lab | 43.7341 | 72.6628 | -50.9415 |
CIE-Lab | 50.8351 | 75.5297 | -48.8791 |
#ca30ce color RGB value is (202,48,206).
#ca30ce hex color red value is 202, green value is 48 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ca30ce hue: 0.83 , saturation: 0.62 and the lightness value of ca30ce is 0.50.
The process color (four color CMYK) of #ca30ce color hex is 0.02, 0.77, 0.00, 0.19. Web safe color of #ca30ce is #cc33cc. Color #ca30ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00110000 | 11001110 |
Octal | 312 | 60 | 316 |
Decimal | 202 | 48 | 206 |
Hex | CA | 30 | CE |
Shades of #ca30ce
Tints of #ca30ce
RGB Percentages of Color #ca30ce
CMYK Percentages of Color #ca30ce
Complementary Color
#ca30ce | #34ce30 |
#ca30ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca30ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca30ce Color CSS Codes
.mybgcolor {background-color:#ca30ce; } .myforecolor {color:#ca30ce; } .mybordercolor {border:3px solid #ca30ce; }
#ca30ce Text Font Color
<p style="color:#ca30ce">Text here</p>
This sample text font color is #ca30ce
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.
#ca30ce Background Color
<div style="background-color:#ca30ce">
Div content here</div>
This div background color is #ca30ce
#ca30ce Border Color
<div style="border:3px solid #ca30ce">
Div here</div>
This div border color is #ca30ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,48,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca30ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca30ce; -webkit-box-shadow: 1px 1px 3px 2px #ca30ce; box-shadow: 1px 1px 3px 2px #ca30ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,48,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca30ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca30ce; -webkit-box-shadow: 1px 1px 3px 2px #ca30ce; box-shadow: 1px 1px 3px 2px #ca30ce;">
Div content here</div>
This div box has shadow with color #ca30ce
Comments
No comments written yet.
Please login to write comment.