Color spaces of #b40cdb
RGB | 180 | 12 | 219 |
---|---|---|---|
HSL | 0.80 | 0.90 | 0.45 |
HSV | 289° | 95° | 86° |
CMYK | 0.18 | 0.95 | 0.00 0.14 |
XYZ | 31.7400 | 15.0807 | 68.2558 |
Yxy | 15.0807 | 0.2758 | 0.1310 |
Hunter Lab | 38.8339 | 77.9337 | -77.0265 |
CIE-Lab | 45.7445 | 80.7506 | -64.7121 |
#b40cdb color RGB value is (180,12,219).
#b40cdb hex color red value is 180, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b40cdb hue: 0.80 , saturation: 0.90 and the lightness value of b40cdb is 0.45.
The process color (four color CMYK) of #b40cdb color hex is 0.18, 0.95, 0.00, 0.14. Web safe color of #b40cdb is #cc00cc. Color #b40cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00001100 | 11011011 |
Octal | 264 | 14 | 333 |
Decimal | 180 | 12 | 219 |
Hex | B4 | C | DB |
Shades of #b40cdb
Tints of #b40cdb
RGB Percentages of Color #b40cdb
CMYK Percentages of Color #b40cdb
Complementary Color
#b40cdb | #33db0c |
#b40cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b40cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b40cdb Color CSS Codes
.mybgcolor {background-color:#b40cdb; } .myforecolor {color:#b40cdb; } .mybordercolor {border:3px solid #b40cdb; }
#b40cdb Text Font Color
<p style="color:#b40cdb">Text here</p>
This sample text font color is #b40cdb
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.
#b40cdb Background Color
<div style="background-color:#b40cdb">
Div content here</div>
This div background color is #b40cdb
#b40cdb Border Color
<div style="border:3px solid #b40cdb">
Div here</div>
This div border color is #b40cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,12,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b40cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b40cdb; -webkit-box-shadow: 1px 1px 3px 2px #b40cdb; box-shadow: 1px 1px 3px 2px #b40cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,12,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b40cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b40cdb; -webkit-box-shadow: 1px 1px 3px 2px #b40cdb; box-shadow: 1px 1px 3px 2px #b40cdb;">
Div content here</div>
This div box has shadow with color #b40cdb
Comments
No comments written yet.
Please login to write comment.