Color spaces of #ca33cf
RGB | 202 | 51 | 207 |
---|---|---|---|
HSL | 0.83 | 0.62 | 0.51 |
HSV | 298° | 75° | 81° |
CMYK | 0.02 | 0.75 | 0.00 0.19 |
XYZ | 36.8034 | 19.4292 | 60.8419 |
Yxy | 19.4292 | 0.3144 | 0.1660 |
Hunter Lab | 44.0786 | 71.9011 | -50.9833 |
CIE-Lab | 51.1856 | 74.8416 | -48.8946 |
#ca33cf color RGB value is (202,51,207).
#ca33cf hex color red value is 202, green value is 51 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ca33cf hue: 0.83 , saturation: 0.62 and the lightness value of ca33cf is 0.51.
The process color (four color CMYK) of #ca33cf color hex is 0.02, 0.75, 0.00, 0.19. Web safe color of #ca33cf is #cc33cc. Color #ca33cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00110011 | 11001111 |
Octal | 312 | 63 | 317 |
Decimal | 202 | 51 | 207 |
Hex | CA | 33 | CF |
Shades of #ca33cf
Tints of #ca33cf
RGB Percentages of Color #ca33cf
CMYK Percentages of Color #ca33cf
Complementary Color
#ca33cf | #38cf33 |
#ca33cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca33cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca33cf Color CSS Codes
.mybgcolor {background-color:#ca33cf; } .myforecolor {color:#ca33cf; } .mybordercolor {border:3px solid #ca33cf; }
#ca33cf Text Font Color
<p style="color:#ca33cf">Text here</p>
This sample text font color is #ca33cf
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.
#ca33cf Background Color
<div style="background-color:#ca33cf">
Div content here</div>
This div background color is #ca33cf
#ca33cf Border Color
<div style="border:3px solid #ca33cf">
Div here</div>
This div border color is #ca33cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,51,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca33cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca33cf; -webkit-box-shadow: 1px 1px 3px 2px #ca33cf; box-shadow: 1px 1px 3px 2px #ca33cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,51,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca33cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca33cf; -webkit-box-shadow: 1px 1px 3px 2px #ca33cf; box-shadow: 1px 1px 3px 2px #ca33cf;">
Div content here</div>
This div box has shadow with color #ca33cf
Comments
No comments written yet.
Please login to write comment.