Color spaces of #b870ad
RGB | 184 | 112 | 173 |
---|---|---|---|
HSL | 0.86 | 0.34 | 0.58 |
HSV | 309° | 39° | 72° |
CMYK | 0.00 | 0.39 | 0.06 0.28 |
XYZ | 33.1042 | 24.7958 | 42.5765 |
Yxy | 24.7958 | 0.3295 | 0.2468 |
Hunter Lab | 49.7954 | 31.5257 | -15.8379 |
CIE-Lab | 56.8759 | 37.6708 | -20.6032 |
#b870ad color RGB value is (184,112,173).
#b870ad hex color red value is 184, green value is 112 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b870ad hue: 0.86 , saturation: 0.34 and the lightness value of b870ad is 0.58.
The process color (four color CMYK) of #b870ad color hex is 0.00, 0.39, 0.06, 0.28. Web safe color of #b870ad is #cc6699. Color #b870ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01110000 | 10101101 |
Octal | 270 | 160 | 255 |
Decimal | 184 | 112 | 173 |
Hex | B8 | 70 | AD |
Shades of #b870ad
Tints of #b870ad
RGB Percentages of Color #b870ad
CMYK Percentages of Color #b870ad
Complementary Color
#b870ad | #70b87b |
#b870ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b870ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b870ad Color CSS Codes
.mybgcolor {background-color:#b870ad; } .myforecolor {color:#b870ad; } .mybordercolor {border:3px solid #b870ad; }
#b870ad Text Font Color
<p style="color:#b870ad">Text here</p>
This sample text font color is #b870ad
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.
#b870ad Background Color
<div style="background-color:#b870ad">
Div content here</div>
This div background color is #b870ad
#b870ad Border Color
<div style="border:3px solid #b870ad">
Div here</div>
This div border color is #b870ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,112,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b870ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b870ad; -webkit-box-shadow: 1px 1px 3px 2px #b870ad; box-shadow: 1px 1px 3px 2px #b870ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,112,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b870ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b870ad; -webkit-box-shadow: 1px 1px 3px 2px #b870ad; box-shadow: 1px 1px 3px 2px #b870ad;">
Div content here</div>
This div box has shadow with color #b870ad
Comments
No comments written yet.
Please login to write comment.