Color Hex Logo

#db047c Color Hex

#DB047C
(219,4,124)
0 Favorites   0 Comments

Color spaces of #db047c

RGB 2194124
HSL0.910.960.44
HSV327°98°86°
CMYK 0.000.980.43   0.14
XYZ32.894916.602120.5396
Yxy16.60210.46970.2370
Hunter Lab40.745772.8021-1.3657
CIE-Lab47.754776.2434-4.7809

#db047c color RGB value is (219,4,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000100 01111100
Octal 333 4 174
Decimal 219 4 124
Hex DB 4 7C

RGB Percentages of Color #db047c

%63.11
%1.15
%35.73

CMYK Percentages of Color #db047c

%0
%98
%43
%14

Triadic Colors of #db047c

#db047c #7cdb04 #047cdb

Analogous Colors of #db047c

#db047c #db0410 #cf04db

Monochromatic Colors of #db047c

#db047c

Complementary Color

#db047c #04db63

#db047c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db047c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db047c Color CSS Codes

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

#db047c Text Font Color

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

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


#db047c Background Color

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

This div background color is #db047c


#db047c Border Color

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

This div border color is #db047c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db047c


Comments

No comments written yet.

Please login to write comment.