Color spaces of #b72ddb
RGB | 183 | 45 | 219 |
---|---|---|---|
HSL | 0.80 | 0.71 | 0.52 |
HSV | 288° | 79° | 86° |
CMYK | 0.16 | 0.79 | 0.00 0.14 |
XYZ | 33.2530 | 17.0585 | 68.5578 |
Yxy | 17.0585 | 0.2797 | 0.1435 |
Hunter Lab | 41.3019 | 71.4355 | -69.5051 |
CIE-Lab | 48.3337 | 75.0172 | -60.5002 |
#b72ddb color RGB value is (183,45,219).
#b72ddb hex color red value is 183, green value is 45 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b72ddb hue: 0.80 , saturation: 0.71 and the lightness value of b72ddb is 0.52.
The process color (four color CMYK) of #b72ddb color hex is 0.16, 0.79, 0.00, 0.14. Web safe color of #b72ddb is #cc33cc. Color #b72ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00101101 | 11011011 |
Octal | 267 | 55 | 333 |
Decimal | 183 | 45 | 219 |
Hex | B7 | 2D | DB |
Shades of #b72ddb
Tints of #b72ddb
RGB Percentages of Color #b72ddb
CMYK Percentages of Color #b72ddb
Complementary Color
#b72ddb | #51db2d |
#b72ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b72ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b72ddb Color CSS Codes
.mybgcolor {background-color:#b72ddb; } .myforecolor {color:#b72ddb; } .mybordercolor {border:3px solid #b72ddb; }
#b72ddb Text Font Color
<p style="color:#b72ddb">Text here</p>
This sample text font color is #b72ddb
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.
#b72ddb Background Color
<div style="background-color:#b72ddb">
Div content here</div>
This div background color is #b72ddb
#b72ddb Border Color
<div style="border:3px solid #b72ddb">
Div here</div>
This div border color is #b72ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,45,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b72ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b72ddb; -webkit-box-shadow: 1px 1px 3px 2px #b72ddb; box-shadow: 1px 1px 3px 2px #b72ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,45,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 #b72ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b72ddb; -webkit-box-shadow: 1px 1px 3px 2px #b72ddb; box-shadow: 1px 1px 3px 2px #b72ddb;">
Div content here</div>
This div box has shadow with color #b72ddb
Comments
No comments written yet.
Please login to write comment.