Color spaces of #cb41dc
RGB | 203 | 65 | 220 |
---|---|---|---|
HSL | 0.82 | 0.69 | 0.56 |
HSV | 293° | 70° | 86° |
CMYK | 0.08 | 0.70 | 0.00 0.14 |
XYZ | 39.4372 | 21.6444 | 69.8094 |
Yxy | 21.6444 | 0.3013 | 0.1654 |
Hunter Lab | 46.5235 | 69.8952 | -56.3992 |
CIE-Lab | 53.6477 | 72.7234 | -52.3750 |
#cb41dc color RGB value is (203,65,220).
#cb41dc hex color red value is 203, green value is 65 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cb41dc hue: 0.82 , saturation: 0.69 and the lightness value of cb41dc is 0.56.
The process color (four color CMYK) of #cb41dc color hex is 0.08, 0.70, 0.00, 0.14. Web safe color of #cb41dc is #cc33cc. Color #cb41dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01000001 | 11011100 |
Octal | 313 | 101 | 334 |
Decimal | 203 | 65 | 220 |
Hex | CB | 41 | DC |
Shades of #cb41dc
Tints of #cb41dc
RGB Percentages of Color #cb41dc
CMYK Percentages of Color #cb41dc
Complementary Color
#cb41dc | #52dc41 |
#cb41dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb41dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb41dc Color CSS Codes
.mybgcolor {background-color:#cb41dc; } .myforecolor {color:#cb41dc; } .mybordercolor {border:3px solid #cb41dc; }
#cb41dc Text Font Color
<p style="color:#cb41dc">Text here</p>
This sample text font color is #cb41dc
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.
#cb41dc Background Color
<div style="background-color:#cb41dc">
Div content here</div>
This div background color is #cb41dc
#cb41dc Border Color
<div style="border:3px solid #cb41dc">
Div here</div>
This div border color is #cb41dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,65,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb41dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb41dc; -webkit-box-shadow: 1px 1px 3px 2px #cb41dc; box-shadow: 1px 1px 3px 2px #cb41dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,65,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb41dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb41dc; -webkit-box-shadow: 1px 1px 3px 2px #cb41dc; box-shadow: 1px 1px 3px 2px #cb41dc;">
Div content here</div>
This div box has shadow with color #cb41dc
Comments
No comments written yet.
Please login to write comment.