Color Hex Logo

#db047f Color Hex

#DB047F
(219,4,127)
0 Favorites   0 Comments

Color spaces of #db047f

RGB 2194127
HSL0.900.960.44
HSV326°98°86°
CMYK 0.000.980.42   0.14
XYZ33.087616.679221.5542
Yxy16.67920.46390.2339
Hunter Lab40.840273.1455-2.7033
CIE-Lab47.853376.5028-6.4694

#db047f color RGB value is (219,4,127).

#db047f hex color red value is 219, green value is 4 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #db047f hue: 0.90 , saturation: 0.96 and the lightness value of db047f is 0.44.

The process color (four color CMYK) of #db047f color hex is 0.00, 0.98, 0.42, 0.14. Web safe color of #db047f is #cc0066. Color #db047f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000100 01111111
Octal 333 4 177
Decimal 219 4 127
Hex DB 4 7F

RGB Percentages of Color #db047f

%62.57
%1.14
%36.29

CMYK Percentages of Color #db047f

%0
%98
%42
%14

Triadic Colors of #db047f

#db047f #7fdb04 #047fdb

Analogous Colors of #db047f

#db047f #db0414 #cc04db

Monochromatic Colors of #db047f

#db047f

Complementary Color

#db047f #04db60

#db047f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db047f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db047f Color CSS Codes

.mybgcolor {background-color:#db047f; } 
.myforecolor {color:#db047f; }
.mybordercolor {border:3px solid #db047f; }

#db047f Text Font Color

<p style="color:#db047f">Text here</p>

This sample text font color is #db047f
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.


#db047f Background Color

<div style="background-color:#db047f">
Div content here</div>

This div background color is #db047f


#db047f Border Color

<div style="border:3px solid #db047f">
Div here</div>

This div border color is #db047f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,4,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db047f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db047f;
  -webkit-box-shadow: 1px 1px 3px 2px #db047f;
  box-shadow:         1px 1px 3px 2px #db047f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,4,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db047f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #db047f;
  -webkit-box-shadow: 1px 1px 3px 2px #db047f;
  box-shadow:         1px 1px 3px 2px #db047f;">
Div content here</div>

This div box has shadow with color #db047f


Comments

No comments written yet.

Please login to write comment.