Color spaces of #b812ab
RGB | 184 | 18 | 171 |
---|---|---|---|
HSL | 0.85 | 0.82 | 0.40 |
HSV | 305° | 90° | 72° |
CMYK | 0.00 | 0.90 | 0.07 0.28 |
XYZ | 27.3342 | 13.5632 | 39.7054 |
Yxy | 13.5632 | 0.3391 | 0.1683 |
Hunter Lab | 36.8283 | 68.0346 | -38.1422 |
CIE-Lab | 43.5999 | 73.1385 | -40.1287 |
#b812ab color RGB value is (184,18,171).
#b812ab hex color red value is 184, green value is 18 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b812ab hue: 0.85 , saturation: 0.82 and the lightness value of b812ab is 0.40.
The process color (four color CMYK) of #b812ab color hex is 0.00, 0.90, 0.07, 0.28. Web safe color of #b812ab is #cc0099. Color #b812ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00010010 | 10101011 |
Octal | 270 | 22 | 253 |
Decimal | 184 | 18 | 171 |
Hex | B8 | 12 | AB |
Shades of #b812ab
Tints of #b812ab
RGB Percentages of Color #b812ab
CMYK Percentages of Color #b812ab
Complementary Color
#b812ab | #12b81f |
#b812ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b812ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b812ab Color CSS Codes
.mybgcolor {background-color:#b812ab; } .myforecolor {color:#b812ab; } .mybordercolor {border:3px solid #b812ab; }
#b812ab Text Font Color
<p style="color:#b812ab">Text here</p>
This sample text font color is #b812ab
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.
#b812ab Background Color
<div style="background-color:#b812ab">
Div content here</div>
This div background color is #b812ab
#b812ab Border Color
<div style="border:3px solid #b812ab">
Div here</div>
This div border color is #b812ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,18,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b812ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b812ab; -webkit-box-shadow: 1px 1px 3px 2px #b812ab; box-shadow: 1px 1px 3px 2px #b812ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,18,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b812ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b812ab; -webkit-box-shadow: 1px 1px 3px 2px #b812ab; box-shadow: 1px 1px 3px 2px #b812ab;">
Div content here</div>
This div box has shadow with color #b812ab
Comments
No comments written yet.
Please login to write comment.