Color spaces of #b36ebd
RGB | 179 | 110 | 189 |
---|---|---|---|
HSL | 0.81 | 0.37 | 0.59 |
HSV | 292° | 42° | 74° |
CMYK | 0.05 | 0.42 | 0.00 0.26 |
XYZ | 33.3516 | 24.4097 | 51.0978 |
Yxy | 24.4097 | 0.3064 | 0.2242 |
Hunter Lab | 49.4062 | 34.0355 | -26.7357 |
CIE-Lab | 56.4957 | 40.1839 | -30.4288 |
#b36ebd color RGB value is (179,110,189).
#b36ebd hex color red value is 179, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b36ebd hue: 0.81 , saturation: 0.37 and the lightness value of b36ebd is 0.59.
The process color (four color CMYK) of #b36ebd color hex is 0.05, 0.42, 0.00, 0.26. Web safe color of #b36ebd is #cc66cc. Color #b36ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01101110 | 10111101 |
Octal | 263 | 156 | 275 |
Decimal | 179 | 110 | 189 |
Hex | B3 | 6E | BD |
Shades of #b36ebd
Tints of #b36ebd
RGB Percentages of Color #b36ebd
CMYK Percentages of Color #b36ebd
Complementary Color
#b36ebd | #78bd6e |
#b36ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b36ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b36ebd Color CSS Codes
.mybgcolor {background-color:#b36ebd; } .myforecolor {color:#b36ebd; } .mybordercolor {border:3px solid #b36ebd; }
#b36ebd Text Font Color
<p style="color:#b36ebd">Text here</p>
This sample text font color is #b36ebd
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.
#b36ebd Background Color
<div style="background-color:#b36ebd">
Div content here</div>
This div background color is #b36ebd
#b36ebd Border Color
<div style="border:3px solid #b36ebd">
Div here</div>
This div border color is #b36ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,110,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b36ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b36ebd; -webkit-box-shadow: 1px 1px 3px 2px #b36ebd; box-shadow: 1px 1px 3px 2px #b36ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,110,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b36ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b36ebd; -webkit-box-shadow: 1px 1px 3px 2px #b36ebd; box-shadow: 1px 1px 3px 2px #b36ebd;">
Div content here</div>
This div box has shadow with color #b36ebd
Comments
No comments written yet.
Please login to write comment.