Color spaces of #db327d
RGB | 219 | 50 | 125 |
---|---|---|---|
HSL | 0.93 | 0.70 | 0.53 |
HSV | 333° | 77° | 86° |
CMYK | 0.00 | 0.77 | 0.43 0.14 |
XYZ | 34.0557 | 18.8219 | 21.2401 |
Yxy | 18.8219 | 0.4595 | 0.2539 |
Hunter Lab | 43.3842 | 64.1964 | 1.3417 |
CIE-Lab | 50.4782 | 68.5859 | -1.3747 |
#db327d color RGB value is (219,50,125).
#db327d hex color red value is 219, green value is 50 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #db327d hue: 0.93 , saturation: 0.70 and the lightness value of db327d is 0.53.
The process color (four color CMYK) of #db327d color hex is 0.00, 0.77, 0.43, 0.14. Web safe color of #db327d is #cc3366. Color #db327d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00110010 | 01111101 |
Octal | 333 | 62 | 175 |
Decimal | 219 | 50 | 125 |
Hex | DB | 32 | 7D |
Shades of #db327d
Tints of #db327d
RGB Percentages of Color #db327d
CMYK Percentages of Color #db327d
Complementary Color
#db327d | #32db90 |
#db327d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db327d Color Preview on White Background
Lorem ipsum dolor sit amet.
#db327d Color CSS Codes
.mybgcolor {background-color:#db327d; } .myforecolor {color:#db327d; } .mybordercolor {border:3px solid #db327d; }
#db327d Text Font Color
<p style="color:#db327d">Text here</p>
This sample text font color is #db327d
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.
#db327d Background Color
<div style="background-color:#db327d">
Div content here</div>
This div background color is #db327d
#db327d Border Color
<div style="border:3px solid #db327d">
Div here</div>
This div border color is #db327d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,50,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db327d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db327d; -webkit-box-shadow: 1px 1px 3px 2px #db327d; box-shadow: 1px 1px 3px 2px #db327d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,50,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db327d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db327d; -webkit-box-shadow: 1px 1px 3px 2px #db327d; box-shadow: 1px 1px 3px 2px #db327d;">
Div content here</div>
This div box has shadow with color #db327d
Comments
No comments written yet.
Please login to write comment.