Color spaces of #b001dc
RGB | 176 | 1 | 220 |
---|---|---|---|
HSL | 0.80 | 0.99 | 0.43 |
HSV | 288° | 100° | 86° |
CMYK | 0.20 | 1.00 | 0.00 0.14 |
XYZ | 30.8336 | 14.4191 | 68.8682 |
Yxy | 14.4191 | 0.2702 | 0.1263 |
Hunter Lab | 37.9725 | 78.4899 | -80.9496 |
CIE-Lab | 44.8281 | 81.3669 | -66.8026 |
#b001dc color RGB value is (176,1,220).
#b001dc hex color red value is 176, green value is 1 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b001dc hue: 0.80 , saturation: 0.99 and the lightness value of b001dc is 0.43.
The process color (four color CMYK) of #b001dc color hex is 0.20, 1.00, 0.00, 0.14. Web safe color of #b001dc is #9900cc. Color #b001dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00000001 | 11011100 |
Octal | 260 | 1 | 334 |
Decimal | 176 | 1 | 220 |
Hex | B0 | 1 | DC |
Shades of #b001dc
Tints of #b001dc
RGB Percentages of Color #b001dc
CMYK Percentages of Color #b001dc
Complementary Color
#b001dc | #2ddc01 |
#b001dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b001dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b001dc Color CSS Codes
.mybgcolor {background-color:#b001dc; } .myforecolor {color:#b001dc; } .mybordercolor {border:3px solid #b001dc; }
#b001dc Text Font Color
<p style="color:#b001dc">Text here</p>
This sample text font color is #b001dc
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.
#b001dc Background Color
<div style="background-color:#b001dc">
Div content here</div>
This div background color is #b001dc
#b001dc Border Color
<div style="border:3px solid #b001dc">
Div here</div>
This div border color is #b001dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,1,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b001dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b001dc; -webkit-box-shadow: 1px 1px 3px 2px #b001dc; box-shadow: 1px 1px 3px 2px #b001dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,1,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 #b001dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b001dc; -webkit-box-shadow: 1px 1px 3px 2px #b001dc; box-shadow: 1px 1px 3px 2px #b001dc;">
Div content here</div>
This div box has shadow with color #b001dc
Comments
No comments written yet.
Please login to write comment.