Color spaces of #cb03cc
RGB | 203 | 3 | 204 |
---|---|---|---|
HSL | 0.83 | 0.97 | 0.41 |
HSV | 300° | 99° | 80° |
CMYK | 0.00 | 0.99 | 0.00 0.20 |
XYZ | 35.5602 | 17.1213 | 58.5572 |
Yxy | 17.1213 | 0.3197 | 0.1539 |
Hunter Lab | 41.3779 | 80.9918 | -54.9415 |
CIE-Lab | 48.4125 | 82.6441 | -51.5875 |
#cb03cc color RGB value is (203,3,204).
#cb03cc hex color red value is 203, green value is 3 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cb03cc hue: 0.83 , saturation: 0.97 and the lightness value of cb03cc is 0.41.
The process color (four color CMYK) of #cb03cc color hex is 0.00, 0.99, 0.00, 0.20. Web safe color of #cb03cc is #cc00cc. Color #cb03cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00000011 | 11001100 |
Octal | 313 | 3 | 314 |
Decimal | 203 | 3 | 204 |
Hex | CB | 3 | CC |
Shades of #cb03cc
Tints of #cb03cc
RGB Percentages of Color #cb03cc
CMYK Percentages of Color #cb03cc
Complementary Color
#cb03cc | #04cc03 |
#cb03cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb03cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb03cc Color CSS Codes
.mybgcolor {background-color:#cb03cc; } .myforecolor {color:#cb03cc; } .mybordercolor {border:3px solid #cb03cc; }
#cb03cc Text Font Color
<p style="color:#cb03cc">Text here</p>
This sample text font color is #cb03cc
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.
#cb03cc Background Color
<div style="background-color:#cb03cc">
Div content here</div>
This div background color is #cb03cc
#cb03cc Border Color
<div style="border:3px solid #cb03cc">
Div here</div>
This div border color is #cb03cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,3,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb03cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb03cc; -webkit-box-shadow: 1px 1px 3px 2px #cb03cc; box-shadow: 1px 1px 3px 2px #cb03cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,3,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 #cb03cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb03cc; -webkit-box-shadow: 1px 1px 3px 2px #cb03cc; box-shadow: 1px 1px 3px 2px #cb03cc;">
Div content here</div>
This div box has shadow with color #cb03cc
Comments
No comments written yet.
Please login to write comment.