Color spaces of #b857a2
RGB | 184 | 87 | 162 |
---|---|---|---|
HSL | 0.87 | 0.41 | 0.53 |
HSV | 314° | 53° | 72° |
CMYK | 0.00 | 0.53 | 0.12 0.28 |
XYZ | 29.6969 | 19.6154 | 36.4034 |
Yxy | 19.6154 | 0.3465 | 0.2288 |
Hunter Lab | 44.2893 | 42.1818 | -17.7307 |
CIE-Lab | 51.3996 | 48.7667 | -22.6049 |
#b857a2 color RGB value is (184,87,162).
#b857a2 hex color red value is 184, green value is 87 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #b857a2 hue: 0.87 , saturation: 0.41 and the lightness value of b857a2 is 0.53.
The process color (four color CMYK) of #b857a2 color hex is 0.00, 0.53, 0.12, 0.28. Web safe color of #b857a2 is #cc6699. Color #b857a2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01010111 | 10100010 |
Octal | 270 | 127 | 242 |
Decimal | 184 | 87 | 162 |
Hex | B8 | 57 | A2 |
Shades of #b857a2
Tints of #b857a2
RGB Percentages of Color #b857a2
CMYK Percentages of Color #b857a2
Complementary Color
#b857a2 | #57b86d |
#b857a2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b857a2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b857a2 Color CSS Codes
.mybgcolor {background-color:#b857a2; } .myforecolor {color:#b857a2; } .mybordercolor {border:3px solid #b857a2; }
#b857a2 Text Font Color
<p style="color:#b857a2">Text here</p>
This sample text font color is #b857a2
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.
#b857a2 Background Color
<div style="background-color:#b857a2">
Div content here</div>
This div background color is #b857a2
#b857a2 Border Color
<div style="border:3px solid #b857a2">
Div here</div>
This div border color is #b857a2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,87,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b857a2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b857a2; -webkit-box-shadow: 1px 1px 3px 2px #b857a2; box-shadow: 1px 1px 3px 2px #b857a2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,87,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b857a2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b857a2; -webkit-box-shadow: 1px 1px 3px 2px #b857a2; box-shadow: 1px 1px 3px 2px #b857a2;">
Div content here</div>
This div box has shadow with color #b857a2
Comments
No comments written yet.
Please login to write comment.