Color spaces of #db48ba
RGB | 219 | 72 | 186 |
---|---|---|---|
HSL | 0.87 | 0.67 | 0.57 |
HSV | 313° | 67° | 86° |
CMYK | 0.00 | 0.67 | 0.15 0.14 |
XYZ | 40.3937 | 23.2400 | 48.8112 |
Yxy | 23.2400 | 0.3592 | 0.2067 |
Hunter Lab | 48.2079 | 65.2025 | -26.2865 |
CIE-Lab | 55.3187 | 68.5115 | -30.1043 |
#db48ba color RGB value is (219,72,186).
#db48ba hex color red value is 219, green value is 72 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #db48ba hue: 0.87 , saturation: 0.67 and the lightness value of db48ba is 0.57.
The process color (four color CMYK) of #db48ba color hex is 0.00, 0.67, 0.15, 0.14. Web safe color of #db48ba is #cc33cc. Color #db48ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01001000 | 10111010 |
Octal | 333 | 110 | 272 |
Decimal | 219 | 72 | 186 |
Hex | DB | 48 | BA |
Shades of #db48ba
Tints of #db48ba
RGB Percentages of Color #db48ba
CMYK Percentages of Color #db48ba
Complementary Color
#db48ba | #48db69 |
#db48ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db48ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#db48ba Color CSS Codes
.mybgcolor {background-color:#db48ba; } .myforecolor {color:#db48ba; } .mybordercolor {border:3px solid #db48ba; }
#db48ba Text Font Color
<p style="color:#db48ba">Text here</p>
This sample text font color is #db48ba
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.
#db48ba Background Color
<div style="background-color:#db48ba">
Div content here</div>
This div background color is #db48ba
#db48ba Border Color
<div style="border:3px solid #db48ba">
Div here</div>
This div border color is #db48ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,72,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db48ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db48ba; -webkit-box-shadow: 1px 1px 3px 2px #db48ba; box-shadow: 1px 1px 3px 2px #db48ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,72,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db48ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db48ba; -webkit-box-shadow: 1px 1px 3px 2px #db48ba; box-shadow: 1px 1px 3px 2px #db48ba;">
Div content here</div>
This div box has shadow with color #db48ba
Comments
No comments written yet.
Please login to write comment.