Color spaces of #b05eae
RGB | 176 | 94 | 174 |
---|---|---|---|
HSL | 0.84 | 0.34 | 0.53 |
HSV | 301° | 47° | 69° |
CMYK | 0.00 | 0.47 | 0.01 0.31 |
XYZ | 29.5472 | 20.2915 | 42.4037 |
Yxy | 20.2915 | 0.3203 | 0.2200 |
Hunter Lab | 45.0461 | 38.2533 | -24.2798 |
CIE-Lab | 52.1652 | 44.8955 | -28.5270 |
#b05eae color RGB value is (176,94,174).
#b05eae hex color red value is 176, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b05eae hue: 0.84 , saturation: 0.34 and the lightness value of b05eae is 0.53.
The process color (four color CMYK) of #b05eae color hex is 0.00, 0.47, 0.01, 0.31. Web safe color of #b05eae is #996699. Color #b05eae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01011110 | 10101110 |
Octal | 260 | 136 | 256 |
Decimal | 176 | 94 | 174 |
Hex | B0 | 5E | AE |
Shades of #b05eae
Tints of #b05eae
RGB Percentages of Color #b05eae
CMYK Percentages of Color #b05eae
Complementary Color
#b05eae | #5eb060 |
#b05eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b05eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b05eae Color CSS Codes
.mybgcolor {background-color:#b05eae; } .myforecolor {color:#b05eae; } .mybordercolor {border:3px solid #b05eae; }
#b05eae Text Font Color
<p style="color:#b05eae">Text here</p>
This sample text font color is #b05eae
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.
#b05eae Background Color
<div style="background-color:#b05eae">
Div content here</div>
This div background color is #b05eae
#b05eae Border Color
<div style="border:3px solid #b05eae">
Div here</div>
This div border color is #b05eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,94,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b05eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b05eae; -webkit-box-shadow: 1px 1px 3px 2px #b05eae; box-shadow: 1px 1px 3px 2px #b05eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,94,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b05eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b05eae; -webkit-box-shadow: 1px 1px 3px 2px #b05eae; box-shadow: 1px 1px 3px 2px #b05eae;">
Div content here</div>
This div box has shadow with color #b05eae
Comments
No comments written yet.
Please login to write comment.