Color spaces of #b772db
RGB | 183 | 114 | 219 |
---|---|---|---|
HSL | 0.78 | 0.59 | 0.65 |
HSV | 279° | 48° | 86° |
CMYK | 0.16 | 0.48 | 0.00 0.14 |
XYZ | 38.3319 | 27.2164 | 70.2508 |
Yxy | 27.2164 | 0.2823 | 0.2004 |
Hunter Lab | 52.1693 | 39.8582 | -43.3209 |
CIE-Lab | 59.1741 | 45.3854 | -43.2094 |
#b772db color RGB value is (183,114,219).
#b772db hex color red value is 183, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b772db hue: 0.78 , saturation: 0.59 and the lightness value of b772db is 0.65.
The process color (four color CMYK) of #b772db color hex is 0.16, 0.48, 0.00, 0.14. Web safe color of #b772db is #cc66cc. Color #b772db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01110010 | 11011011 |
Octal | 267 | 162 | 333 |
Decimal | 183 | 114 | 219 |
Hex | B7 | 72 | DB |
Shades of #b772db
Tints of #b772db
RGB Percentages of Color #b772db
CMYK Percentages of Color #b772db
Complementary Color
#b772db | #96db72 |
#b772db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b772db Color Preview on White Background
Lorem ipsum dolor sit amet.
#b772db Color CSS Codes
.mybgcolor {background-color:#b772db; } .myforecolor {color:#b772db; } .mybordercolor {border:3px solid #b772db; }
#b772db Text Font Color
<p style="color:#b772db">Text here</p>
This sample text font color is #b772db
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.
#b772db Background Color
<div style="background-color:#b772db">
Div content here</div>
This div background color is #b772db
#b772db Border Color
<div style="border:3px solid #b772db">
Div here</div>
This div border color is #b772db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,114,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b772db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b772db; -webkit-box-shadow: 1px 1px 3px 2px #b772db; box-shadow: 1px 1px 3px 2px #b772db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,114,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 #b772db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b772db; -webkit-box-shadow: 1px 1px 3px 2px #b772db; box-shadow: 1px 1px 3px 2px #b772db;">
Div content here</div>
This div box has shadow with color #b772db
Comments
No comments written yet.
Please login to write comment.