Color spaces of #b381ad
RGB | 179 | 129 | 173 |
---|---|---|---|
HSL | 0.85 | 0.25 | 0.60 |
HSV | 307° | 28° | 70° |
CMYK | 0.00 | 0.28 | 0.03 0.30 |
XYZ | 33.9835 | 28.3013 | 43.2067 |
Yxy | 28.3013 | 0.3221 | 0.2683 |
Hunter Lab | 53.1990 | 20.9276 | -10.9144 |
CIE-Lab | 60.1600 | 26.6029 | -15.6591 |
#b381ad color RGB value is (179,129,173).
#b381ad hex color red value is 179, green value is 129 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b381ad hue: 0.85 , saturation: 0.25 and the lightness value of b381ad is 0.60.
The process color (four color CMYK) of #b381ad color hex is 0.00, 0.28, 0.03, 0.30. Web safe color of #b381ad is #cc9999. Color #b381ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10000001 | 10101101 |
Octal | 263 | 201 | 255 |
Decimal | 179 | 129 | 173 |
Hex | B3 | 81 | AD |
Shades of #b381ad
Tints of #b381ad
RGB Percentages of Color #b381ad
CMYK Percentages of Color #b381ad
Complementary Color
#b381ad | #81b387 |
#b381ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b381ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b381ad Color CSS Codes
.mybgcolor {background-color:#b381ad; } .myforecolor {color:#b381ad; } .mybordercolor {border:3px solid #b381ad; }
#b381ad Text Font Color
<p style="color:#b381ad">Text here</p>
This sample text font color is #b381ad
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.
#b381ad Background Color
<div style="background-color:#b381ad">
Div content here</div>
This div background color is #b381ad
#b381ad Border Color
<div style="border:3px solid #b381ad">
Div here</div>
This div border color is #b381ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,129,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b381ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b381ad; -webkit-box-shadow: 1px 1px 3px 2px #b381ad; box-shadow: 1px 1px 3px 2px #b381ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,129,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 #b381ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b381ad; -webkit-box-shadow: 1px 1px 3px 2px #b381ad; box-shadow: 1px 1px 3px 2px #b381ad;">
Div content here</div>
This div box has shadow with color #b381ad
Comments
No comments written yet.
Please login to write comment.