Color spaces of #cb32cc
RGB | 203 | 50 | 204 |
---|---|---|---|
HSL | 0.83 | 0.61 | 0.50 |
HSV | 300° | 75° | 80° |
CMYK | 0.00 | 0.75 | 0.00 0.20 |
XYZ | 36.6683 | 19.3373 | 58.9266 |
Yxy | 19.3373 | 0.3190 | 0.1682 |
Hunter Lab | 43.9742 | 71.8891 | -48.6682 |
CIE-Lab | 51.0795 | 74.8525 | -47.3305 |
#cb32cc color RGB value is (203,50,204).
#cb32cc hex color red value is 203, green value is 50 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cb32cc hue: 0.83 , saturation: 0.61 and the lightness value of cb32cc is 0.50.
The process color (four color CMYK) of #cb32cc color hex is 0.00, 0.75, 0.00, 0.20. Web safe color of #cb32cc is #cc33cc. Color #cb32cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00110010 | 11001100 |
Octal | 313 | 62 | 314 |
Decimal | 203 | 50 | 204 |
Hex | CB | 32 | CC |
Shades of #cb32cc
Tints of #cb32cc
RGB Percentages of Color #cb32cc
CMYK Percentages of Color #cb32cc
Complementary Color
#cb32cc | #33cc32 |
#cb32cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb32cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb32cc Color CSS Codes
.mybgcolor {background-color:#cb32cc; } .myforecolor {color:#cb32cc; } .mybordercolor {border:3px solid #cb32cc; }
#cb32cc Text Font Color
<p style="color:#cb32cc">Text here</p>
This sample text font color is #cb32cc
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.
#cb32cc Background Color
<div style="background-color:#cb32cc">
Div content here</div>
This div background color is #cb32cc
#cb32cc Border Color
<div style="border:3px solid #cb32cc">
Div here</div>
This div border color is #cb32cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,50,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb32cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb32cc; -webkit-box-shadow: 1px 1px 3px 2px #cb32cc; box-shadow: 1px 1px 3px 2px #cb32cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,50,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb32cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb32cc; -webkit-box-shadow: 1px 1px 3px 2px #cb32cc; box-shadow: 1px 1px 3px 2px #cb32cc;">
Div content here</div>
This div box has shadow with color #cb32cc
Comments
No comments written yet.
Please login to write comment.