Color spaces of #b40cde
RGB | 180 | 12 | 222 |
---|---|---|---|
HSL | 0.80 | 0.90 | 0.46 |
HSV | 288° | 95° | 87° |
CMYK | 0.19 | 0.95 | 0.00 0.13 |
XYZ | 32.1387 | 15.2402 | 70.3550 |
Yxy | 15.2402 | 0.2730 | 0.1294 |
Hunter Lab | 39.0387 | 78.6328 | -79.5245 |
CIE-Lab | 45.9614 | 81.2621 | -66.0752 |
#b40cde color RGB value is (180,12,222).
#b40cde hex color red value is 180, green value is 12 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b40cde hue: 0.80 , saturation: 0.90 and the lightness value of b40cde is 0.46.
The process color (four color CMYK) of #b40cde color hex is 0.19, 0.95, 0.00, 0.13. Web safe color of #b40cde is #cc00cc. Color #b40cde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00001100 | 11011110 |
Octal | 264 | 14 | 336 |
Decimal | 180 | 12 | 222 |
Hex | B4 | C | DE |
Shades of #b40cde
Tints of #b40cde
RGB Percentages of Color #b40cde
CMYK Percentages of Color #b40cde
Complementary Color
#b40cde | #36de0c |
#b40cde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b40cde Color Preview on White Background
Lorem ipsum dolor sit amet.
#b40cde Color CSS Codes
.mybgcolor {background-color:#b40cde; } .myforecolor {color:#b40cde; } .mybordercolor {border:3px solid #b40cde; }
#b40cde Text Font Color
<p style="color:#b40cde">Text here</p>
This sample text font color is #b40cde
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.
#b40cde Background Color
<div style="background-color:#b40cde">
Div content here</div>
This div background color is #b40cde
#b40cde Border Color
<div style="border:3px solid #b40cde">
Div here</div>
This div border color is #b40cde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,12,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b40cde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b40cde; -webkit-box-shadow: 1px 1px 3px 2px #b40cde; box-shadow: 1px 1px 3px 2px #b40cde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,12,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b40cde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b40cde; -webkit-box-shadow: 1px 1px 3px 2px #b40cde; box-shadow: 1px 1px 3px 2px #b40cde;">
Div content here</div>
This div box has shadow with color #b40cde
Comments
No comments written yet.
Please login to write comment.