Color spaces of #db32ab
RGB | 219 | 50 | 171 |
---|---|---|---|
HSL | 0.88 | 0.70 | 0.53 |
HSV | 317° | 77° | 86° |
CMYK | 0.00 | 0.77 | 0.22 0.14 |
XYZ | 37.7047 | 20.2815 | 40.4555 |
Yxy | 20.2815 | 0.3830 | 0.2060 |
Hunter Lab | 45.0350 | 70.6346 | -21.7365 |
CIE-Lab | 52.1540 | 73.6186 | -26.2744 |
#db32ab color RGB value is (219,50,171).
#db32ab hex color red value is 219, green value is 50 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db32ab hue: 0.88 , saturation: 0.70 and the lightness value of db32ab is 0.53.
The process color (four color CMYK) of #db32ab color hex is 0.00, 0.77, 0.22, 0.14. Web safe color of #db32ab is #cc3399. Color #db32ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00110010 | 10101011 |
Octal | 333 | 62 | 253 |
Decimal | 219 | 50 | 171 |
Hex | DB | 32 | AB |
Shades of #db32ab
Tints of #db32ab
RGB Percentages of Color #db32ab
CMYK Percentages of Color #db32ab
Complementary Color
#db32ab | #32db62 |
#db32ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db32ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#db32ab Color CSS Codes
.mybgcolor {background-color:#db32ab; } .myforecolor {color:#db32ab; } .mybordercolor {border:3px solid #db32ab; }
#db32ab Text Font Color
<p style="color:#db32ab">Text here</p>
This sample text font color is #db32ab
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.
#db32ab Background Color
<div style="background-color:#db32ab">
Div content here</div>
This div background color is #db32ab
#db32ab Border Color
<div style="border:3px solid #db32ab">
Div here</div>
This div border color is #db32ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,50,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db32ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db32ab; -webkit-box-shadow: 1px 1px 3px 2px #db32ab; box-shadow: 1px 1px 3px 2px #db32ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,50,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db32ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db32ab; -webkit-box-shadow: 1px 1px 3px 2px #db32ab; box-shadow: 1px 1px 3px 2px #db32ab;">
Div content here</div>
This div box has shadow with color #db32ab
Comments
No comments written yet.
Please login to write comment.