Color spaces of #b55ddb
RGB | 181 | 93 | 219 |
---|---|---|---|
HSL | 0.78 | 0.64 | 0.61 |
HSV | 282° | 58° | 86° |
CMYK | 0.17 | 0.58 | 0.00 0.14 |
XYZ | 35.7566 | 22.7669 | 69.5277 |
Yxy | 22.7669 | 0.2792 | 0.1778 |
Hunter Lab | 47.7147 | 50.2643 | -52.9945 |
CIE-Lab | 54.8314 | 55.6385 | -50.1018 |
#b55ddb color RGB value is (181,93,219).
#b55ddb hex color red value is 181, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b55ddb hue: 0.78 , saturation: 0.64 and the lightness value of b55ddb is 0.61.
The process color (four color CMYK) of #b55ddb color hex is 0.17, 0.58, 0.00, 0.14. Web safe color of #b55ddb is #cc66cc. Color #b55ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01011101 | 11011011 |
Octal | 265 | 135 | 333 |
Decimal | 181 | 93 | 219 |
Hex | B5 | 5D | DB |
Shades of #b55ddb
Tints of #b55ddb
RGB Percentages of Color #b55ddb
CMYK Percentages of Color #b55ddb
Complementary Color
#b55ddb | #83db5d |
#b55ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b55ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b55ddb Color CSS Codes
.mybgcolor {background-color:#b55ddb; } .myforecolor {color:#b55ddb; } .mybordercolor {border:3px solid #b55ddb; }
#b55ddb Text Font Color
<p style="color:#b55ddb">Text here</p>
This sample text font color is #b55ddb
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.
#b55ddb Background Color
<div style="background-color:#b55ddb">
Div content here</div>
This div background color is #b55ddb
#b55ddb Border Color
<div style="border:3px solid #b55ddb">
Div here</div>
This div border color is #b55ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,93,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b55ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b55ddb; -webkit-box-shadow: 1px 1px 3px 2px #b55ddb; box-shadow: 1px 1px 3px 2px #b55ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,93,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 #b55ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b55ddb; -webkit-box-shadow: 1px 1px 3px 2px #b55ddb; box-shadow: 1px 1px 3px 2px #b55ddb;">
Div content here</div>
This div box has shadow with color #b55ddb
Comments
No comments written yet.
Please login to write comment.