Color spaces of #db27cc
RGB | 219 | 39 | 204 |
---|---|---|---|
HSL | 0.85 | 0.71 | 0.51 |
HSV | 305° | 82° | 86° |
CMYK | 0.00 | 0.82 | 0.07 0.14 |
XYZ | 40.8380 | 20.8707 | 59.0028 |
Yxy | 20.8707 | 0.3383 | 0.1729 |
Hunter Lab | 45.6845 | 79.6159 | -44.5956 |
CIE-Lab | 52.8077 | 80.7081 | -44.4211 |
#db27cc color RGB value is (219,39,204).
#db27cc hex color red value is 219, green value is 39 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #db27cc hue: 0.85 , saturation: 0.71 and the lightness value of db27cc is 0.51.
The process color (four color CMYK) of #db27cc color hex is 0.00, 0.82, 0.07, 0.14. Web safe color of #db27cc is #cc33cc. Color #db27cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00100111 | 11001100 |
Octal | 333 | 47 | 314 |
Decimal | 219 | 39 | 204 |
Hex | DB | 27 | CC |
Shades of #db27cc
Tints of #db27cc
RGB Percentages of Color #db27cc
CMYK Percentages of Color #db27cc
Complementary Color
#db27cc | #27db36 |
#db27cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db27cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#db27cc Color CSS Codes
.mybgcolor {background-color:#db27cc; } .myforecolor {color:#db27cc; } .mybordercolor {border:3px solid #db27cc; }
#db27cc Text Font Color
<p style="color:#db27cc">Text here</p>
This sample text font color is #db27cc
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.
#db27cc Background Color
<div style="background-color:#db27cc">
Div content here</div>
This div background color is #db27cc
#db27cc Border Color
<div style="border:3px solid #db27cc">
Div here</div>
This div border color is #db27cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,39,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db27cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db27cc; -webkit-box-shadow: 1px 1px 3px 2px #db27cc; box-shadow: 1px 1px 3px 2px #db27cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,39,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db27cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db27cc; -webkit-box-shadow: 1px 1px 3px 2px #db27cc; box-shadow: 1px 1px 3px 2px #db27cc;">
Div content here</div>
This div box has shadow with color #db27cc
Comments
No comments written yet.
Please login to write comment.