Color Hex Logo

#db477e Color Hex

#DB477E
(219,71,126)
0 Favorites   0 Comments

Color spaces of #db477e

RGB 21971126
HSL0.940.670.57
HSV338°68°86°
CMYK 0.000.680.42   0.14
XYZ35.232621.072921.9492
Yxy21.07290.45020.2693
Hunter Lab45.905256.66593.7846
CIE-Lab53.029261.63481.7469

#db477e color RGB value is (219,71,126).

#db477e hex color red value is 219, green value is 71 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #db477e hue: 0.94 , saturation: 0.67 and the lightness value of db477e is 0.57.

The process color (four color CMYK) of #db477e color hex is 0.00, 0.68, 0.42, 0.14. Web safe color of #db477e is #cc3366. Color #db477e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000111 01111110
Octal 333 107 176
Decimal 219 71 126
Hex DB 47 7E

RGB Percentages of Color #db477e

%52.64
%17.07
%30.29

CMYK Percentages of Color #db477e

%0
%68
%42
%14

Triadic Colors of #db477e

#db477e #7edb47 #477edb

Analogous Colors of #db477e

#db477e #db5a47 #db47c8

Monochromatic Colors of #db477e

#db477e

Complementary Color

#db477e #47dba4

#db477e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db477e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db477e Color CSS Codes

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

#db477e Text Font Color

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

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


#db477e Background Color

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

This div background color is #db477e


#db477e Border Color

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

This div border color is #db477e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db477e


Comments

No comments written yet.

Please login to write comment.