Color spaces of #b882ad
RGB | 184 | 130 | 173 |
---|---|---|---|
HSL | 0.87 | 0.28 | 0.62 |
HSV | 312° | 29° | 72° |
CMYK | 0.00 | 0.29 | 0.06 0.28 |
XYZ | 35.2926 | 29.1727 | 43.3059 |
Yxy | 29.1727 | 0.3275 | 0.2707 |
Hunter Lab | 54.0118 | 22.1157 | -9.7297 |
CIE-Lab | 60.9337 | 27.7673 | -14.4374 |
#b882ad color RGB value is (184,130,173).
#b882ad hex color red value is 184, green value is 130 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b882ad hue: 0.87 , saturation: 0.28 and the lightness value of b882ad is 0.62.
The process color (four color CMYK) of #b882ad color hex is 0.00, 0.29, 0.06, 0.28. Web safe color of #b882ad is #cc9999. Color #b882ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10000010 | 10101101 |
Octal | 270 | 202 | 255 |
Decimal | 184 | 130 | 173 |
Hex | B8 | 82 | AD |
Shades of #b882ad
Tints of #b882ad
RGB Percentages of Color #b882ad
CMYK Percentages of Color #b882ad
Complementary Color
#b882ad | #82b88d |
#b882ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b882ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b882ad Color CSS Codes
.mybgcolor {background-color:#b882ad; } .myforecolor {color:#b882ad; } .mybordercolor {border:3px solid #b882ad; }
#b882ad Text Font Color
<p style="color:#b882ad">Text here</p>
This sample text font color is #b882ad
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.
#b882ad Background Color
<div style="background-color:#b882ad">
Div content here</div>
This div background color is #b882ad
#b882ad Border Color
<div style="border:3px solid #b882ad">
Div here</div>
This div border color is #b882ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,130,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b882ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b882ad; -webkit-box-shadow: 1px 1px 3px 2px #b882ad; box-shadow: 1px 1px 3px 2px #b882ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,130,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 #b882ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b882ad; -webkit-box-shadow: 1px 1px 3px 2px #b882ad; box-shadow: 1px 1px 3px 2px #b882ad;">
Div content here</div>
This div box has shadow with color #b882ad
Comments
No comments written yet.
Please login to write comment.