Color spaces of #b10ebd
RGB | 177 | 14 | 189 |
---|---|---|---|
HSL | 0.82 | 0.86 | 0.40 |
HSV | 296° | 93° | 74° |
CMYK | 0.06 | 0.93 | 0.00 0.26 |
XYZ | 27.4738 | 13.3353 | 49.2701 |
Yxy | 13.3353 | 0.3050 | 0.1480 |
Hunter Lab | 36.5175 | 70.3880 | -54.4328 |
CIE-Lab | 43.2642 | 75.1463 | -51.3661 |
#b10ebd color RGB value is (177,14,189).
#b10ebd hex color red value is 177, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b10ebd hue: 0.82 , saturation: 0.86 and the lightness value of b10ebd is 0.40.
The process color (four color CMYK) of #b10ebd color hex is 0.06, 0.93, 0.00, 0.26. Web safe color of #b10ebd is #9900cc. Color #b10ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 00001110 | 10111101 |
Octal | 261 | 16 | 275 |
Decimal | 177 | 14 | 189 |
Hex | B1 | E | BD |
Shades of #b10ebd
Tints of #b10ebd
RGB Percentages of Color #b10ebd
CMYK Percentages of Color #b10ebd
Complementary Color
#b10ebd | #1abd0e |
#b10ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b10ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b10ebd Color CSS Codes
.mybgcolor {background-color:#b10ebd; } .myforecolor {color:#b10ebd; } .mybordercolor {border:3px solid #b10ebd; }
#b10ebd Text Font Color
<p style="color:#b10ebd">Text here</p>
This sample text font color is #b10ebd
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.
#b10ebd Background Color
<div style="background-color:#b10ebd">
Div content here</div>
This div background color is #b10ebd
#b10ebd Border Color
<div style="border:3px solid #b10ebd">
Div here</div>
This div border color is #b10ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,14,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b10ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b10ebd; -webkit-box-shadow: 1px 1px 3px 2px #b10ebd; box-shadow: 1px 1px 3px 2px #b10ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,14,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b10ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b10ebd; -webkit-box-shadow: 1px 1px 3px 2px #b10ebd; box-shadow: 1px 1px 3px 2px #b10ebd;">
Div content here</div>
This div box has shadow with color #b10ebd
Comments
No comments written yet.
Please login to write comment.