Color spaces of #b8127e
RGB | 184 | 18 | 126 |
---|---|---|---|
HSL | 0.89 | 0.82 | 0.40 |
HSV | 321° | 90° | 72° |
CMYK | 0.00 | 0.90 | 0.32 0.28 |
XYZ | 23.7494 | 12.1293 | 20.8281 |
Yxy | 12.1293 | 0.4188 | 0.2139 |
Hunter Lab | 34.8271 | 60.7756 | -11.0789 |
CIE-Lab | 41.4209 | 67.4219 | -16.2358 |
#b8127e color RGB value is (184,18,126).
#b8127e hex color red value is 184, green value is 18 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b8127e hue: 0.89 , saturation: 0.82 and the lightness value of b8127e is 0.40.
The process color (four color CMYK) of #b8127e color hex is 0.00, 0.90, 0.32, 0.28. Web safe color of #b8127e is #cc0066. Color #b8127e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00010010 | 01111110 |
Octal | 270 | 22 | 176 |
Decimal | 184 | 18 | 126 |
Hex | B8 | 12 | 7E |
Shades of #b8127e
Tints of #b8127e
RGB Percentages of Color #b8127e
CMYK Percentages of Color #b8127e
Complementary Color
#b8127e | #12b84c |
#b8127e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8127e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8127e Color CSS Codes
.mybgcolor {background-color:#b8127e; } .myforecolor {color:#b8127e; } .mybordercolor {border:3px solid #b8127e; }
#b8127e Text Font Color
<p style="color:#b8127e">Text here</p>
This sample text font color is #b8127e
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.
#b8127e Background Color
<div style="background-color:#b8127e">
Div content here</div>
This div background color is #b8127e
#b8127e Border Color
<div style="border:3px solid #b8127e">
Div here</div>
This div border color is #b8127e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,18,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8127e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8127e; -webkit-box-shadow: 1px 1px 3px 2px #b8127e; box-shadow: 1px 1px 3px 2px #b8127e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,18,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8127e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8127e; -webkit-box-shadow: 1px 1px 3px 2px #b8127e; box-shadow: 1px 1px 3px 2px #b8127e;">
Div content here</div>
This div box has shadow with color #b8127e
Comments
No comments written yet.
Please login to write comment.