Color spaces of #b578be
RGB | 181 | 120 | 190 |
---|---|---|---|
HSL | 0.81 | 0.35 | 0.61 |
HSV | 292° | 37° | 75° |
CMYK | 0.05 | 0.37 | 0.00 0.25 |
XYZ | 35.0668 | 26.9744 | 52.0736 |
Yxy | 26.9744 | 0.3073 | 0.2364 |
Hunter Lab | 51.9369 | 29.6303 | -23.0903 |
CIE-Lab | 58.9506 | 35.5471 | -27.1793 |
#b578be color RGB value is (181,120,190).
#b578be hex color red value is 181, green value is 120 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b578be hue: 0.81 , saturation: 0.35 and the lightness value of b578be is 0.61.
The process color (four color CMYK) of #b578be color hex is 0.05, 0.37, 0.00, 0.25. Web safe color of #b578be is #cc66cc. Color #b578be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01111000 | 10111110 |
Octal | 265 | 170 | 276 |
Decimal | 181 | 120 | 190 |
Hex | B5 | 78 | BE |
Shades of #b578be
Tints of #b578be
RGB Percentages of Color #b578be
CMYK Percentages of Color #b578be
Complementary Color
#b578be | #81be78 |
#b578be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b578be Color Preview on White Background
Lorem ipsum dolor sit amet.
#b578be Color CSS Codes
.mybgcolor {background-color:#b578be; } .myforecolor {color:#b578be; } .mybordercolor {border:3px solid #b578be; }
#b578be Text Font Color
<p style="color:#b578be">Text here</p>
This sample text font color is #b578be
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.
#b578be Background Color
<div style="background-color:#b578be">
Div content here</div>
This div background color is #b578be
#b578be Border Color
<div style="border:3px solid #b578be">
Div here</div>
This div border color is #b578be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,120,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b578be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b578be; -webkit-box-shadow: 1px 1px 3px 2px #b578be; box-shadow: 1px 1px 3px 2px #b578be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,120,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b578be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b578be; -webkit-box-shadow: 1px 1px 3px 2px #b578be; box-shadow: 1px 1px 3px 2px #b578be;">
Div content here</div>
This div box has shadow with color #b578be
Comments
No comments written yet.
Please login to write comment.