Color spaces of #b807ab
RGB | 184 | 7 | 171 |
---|---|---|---|
HSL | 0.85 | 0.93 | 0.37 |
HSV | 304° | 96° | 72° |
CMYK | 0.00 | 0.96 | 0.07 0.28 |
XYZ | 27.1938 | 13.2826 | 39.6586 |
Yxy | 13.2826 | 0.3393 | 0.1658 |
Hunter Lab | 36.4453 | 69.4092 | -39.0058 |
CIE-Lab | 43.1860 | 74.3564 | -40.7861 |
#b807ab color RGB value is (184,7,171).
#b807ab hex color red value is 184, green value is 7 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b807ab hue: 0.85 , saturation: 0.93 and the lightness value of b807ab is 0.37.
The process color (four color CMYK) of #b807ab color hex is 0.00, 0.96, 0.07, 0.28. Web safe color of #b807ab is #cc0099. Color #b807ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00000111 | 10101011 |
Octal | 270 | 7 | 253 |
Decimal | 184 | 7 | 171 |
Hex | B8 | 7 | AB |
Shades of #b807ab
Tints of #b807ab
RGB Percentages of Color #b807ab
CMYK Percentages of Color #b807ab
Complementary Color
#b807ab | #07b814 |
#b807ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b807ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b807ab Color CSS Codes
.mybgcolor {background-color:#b807ab; } .myforecolor {color:#b807ab; } .mybordercolor {border:3px solid #b807ab; }
#b807ab Text Font Color
<p style="color:#b807ab">Text here</p>
This sample text font color is #b807ab
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.
#b807ab Background Color
<div style="background-color:#b807ab">
Div content here</div>
This div background color is #b807ab
#b807ab Border Color
<div style="border:3px solid #b807ab">
Div here</div>
This div border color is #b807ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,7,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b807ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b807ab; -webkit-box-shadow: 1px 1px 3px 2px #b807ab; box-shadow: 1px 1px 3px 2px #b807ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,7,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 #b807ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b807ab; -webkit-box-shadow: 1px 1px 3px 2px #b807ab; box-shadow: 1px 1px 3px 2px #b807ab;">
Div content here</div>
This div box has shadow with color #b807ab
Comments
No comments written yet.
Please login to write comment.