Color spaces of #b36dad
RGB | 179 | 109 | 173 |
---|---|---|---|
HSL | 0.85 | 0.32 | 0.56 |
HSV | 305° | 39° | 70° |
CMYK | 0.00 | 0.39 | 0.03 0.30 |
XYZ | 31.6019 | 23.5381 | 42.4129 |
Yxy | 23.5381 | 0.3239 | 0.2413 |
Hunter Lab | 48.5161 | 31.3663 | -17.8702 |
CIE-Lab | 55.6223 | 37.6701 | -22.5770 |
#b36dad color RGB value is (179,109,173).
#b36dad hex color red value is 179, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b36dad hue: 0.85 , saturation: 0.32 and the lightness value of b36dad is 0.56.
The process color (four color CMYK) of #b36dad color hex is 0.00, 0.39, 0.03, 0.30. Web safe color of #b36dad is #cc6699. Color #b36dad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01101101 | 10101101 |
Octal | 263 | 155 | 255 |
Decimal | 179 | 109 | 173 |
Hex | B3 | 6D | AD |
Shades of #b36dad
Tints of #b36dad
RGB Percentages of Color #b36dad
CMYK Percentages of Color #b36dad
Complementary Color
#b36dad | #6db373 |
#b36dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b36dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b36dad Color CSS Codes
.mybgcolor {background-color:#b36dad; } .myforecolor {color:#b36dad; } .mybordercolor {border:3px solid #b36dad; }
#b36dad Text Font Color
<p style="color:#b36dad">Text here</p>
This sample text font color is #b36dad
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.
#b36dad Background Color
<div style="background-color:#b36dad">
Div content here</div>
This div background color is #b36dad
#b36dad Border Color
<div style="border:3px solid #b36dad">
Div here</div>
This div border color is #b36dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,109,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b36dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b36dad; -webkit-box-shadow: 1px 1px 3px 2px #b36dad; box-shadow: 1px 1px 3px 2px #b36dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,109,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 #b36dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b36dad; -webkit-box-shadow: 1px 1px 3px 2px #b36dad; box-shadow: 1px 1px 3px 2px #b36dad;">
Div content here</div>
This div box has shadow with color #b36dad
Comments
No comments written yet.
Please login to write comment.