Color spaces of #cb42ff
RGB | 203 | 66 | 255 |
---|---|---|---|
HSL | 0.79 | 1.00 | 0.63 |
HSV | 283° | 74° | 100° |
CMYK | 0.20 | 0.74 | 0.00 0.00 |
XYZ | 44.6268 | 23.8129 | 96.8520 |
Yxy | 23.8129 | 0.2700 | 0.1441 |
Hunter Lab | 48.7985 | 77.8432 | -83.5160 |
CIE-Lab | 55.9000 | 78.7039 | -68.3789 |
#cb42ff color RGB value is (203,66,255).
#cb42ff hex color red value is 203, green value is 66 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cb42ff hue: 0.79 , saturation: 1.00 and the lightness value of cb42ff is 0.63.
The process color (four color CMYK) of #cb42ff color hex is 0.20, 0.74, 0.00, 0.00. Web safe color of #cb42ff is #cc33ff. Color #cb42ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01000010 | 11111111 |
Octal | 313 | 102 | 377 |
Decimal | 203 | 66 | 255 |
Hex | CB | 42 | FF |
Shades of #cb42ff
Tints of #cb42ff
RGB Percentages of Color #cb42ff
CMYK Percentages of Color #cb42ff
Complementary Color
#cb42ff | #76ff42 |
#cb42ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb42ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb42ff Color CSS Codes
.mybgcolor {background-color:#cb42ff; } .myforecolor {color:#cb42ff; } .mybordercolor {border:3px solid #cb42ff; }
#cb42ff Text Font Color
<p style="color:#cb42ff">Text here</p>
This sample text font color is #cb42ff
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.
#cb42ff Background Color
<div style="background-color:#cb42ff">
Div content here</div>
This div background color is #cb42ff
#cb42ff Border Color
<div style="border:3px solid #cb42ff">
Div here</div>
This div border color is #cb42ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,66,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb42ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb42ff; -webkit-box-shadow: 1px 1px 3px 2px #cb42ff; box-shadow: 1px 1px 3px 2px #cb42ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,66,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb42ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb42ff; -webkit-box-shadow: 1px 1px 3px 2px #cb42ff; box-shadow: 1px 1px 3px 2px #cb42ff;">
Div content here</div>
This div box has shadow with color #cb42ff
Comments
No comments written yet.
Please login to write comment.