Color spaces of #b57ddb
RGB | 181 | 125 | 219 |
---|---|---|---|
HSL | 0.77 | 0.57 | 0.67 |
HSV | 276° | 43° | 86° |
CMYK | 0.17 | 0.43 | 0.00 0.14 |
XYZ | 39.1759 | 29.6055 | 70.6675 |
Yxy | 29.6055 | 0.2809 | 0.2123 |
Hunter Lab | 54.4109 | 33.3009 | -38.9166 |
CIE-Lab | 61.3123 | 38.8605 | -39.8638 |
#b57ddb color RGB value is (181,125,219).
#b57ddb hex color red value is 181, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b57ddb hue: 0.77 , saturation: 0.57 and the lightness value of b57ddb is 0.67.
The process color (four color CMYK) of #b57ddb color hex is 0.17, 0.43, 0.00, 0.14. Web safe color of #b57ddb is #cc66cc. Color #b57ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01111101 | 11011011 |
Octal | 265 | 175 | 333 |
Decimal | 181 | 125 | 219 |
Hex | B5 | 7D | DB |
Shades of #b57ddb
Tints of #b57ddb
RGB Percentages of Color #b57ddb
CMYK Percentages of Color #b57ddb
Complementary Color
#b57ddb | #a3db7d |
#b57ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b57ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b57ddb Color CSS Codes
.mybgcolor {background-color:#b57ddb; } .myforecolor {color:#b57ddb; } .mybordercolor {border:3px solid #b57ddb; }
#b57ddb Text Font Color
<p style="color:#b57ddb">Text here</p>
This sample text font color is #b57ddb
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.
#b57ddb Background Color
<div style="background-color:#b57ddb">
Div content here</div>
This div background color is #b57ddb
#b57ddb Border Color
<div style="border:3px solid #b57ddb">
Div here</div>
This div border color is #b57ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,125,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b57ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b57ddb; -webkit-box-shadow: 1px 1px 3px 2px #b57ddb; box-shadow: 1px 1px 3px 2px #b57ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,125,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b57ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b57ddb; -webkit-box-shadow: 1px 1px 3px 2px #b57ddb; box-shadow: 1px 1px 3px 2px #b57ddb;">
Div content here</div>
This div box has shadow with color #b57ddb
Comments
No comments written yet.
Please login to write comment.