Color Hex Logo

#db476e Color Hex

#DB476E
(219,71,110)
0 Favorites   0 Comments

Color spaces of #db476e

RGB 21971110
HSL0.960.670.57
HSV344°68°86°
CMYK 0.000.680.50   0.14
XYZ34.281120.692316.9391
Yxy20.69230.47670.2877
Hunter Lab45.488854.91529.7638
CIE-Lab52.611160.174210.7294

#db476e color RGB value is (219,71,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000111 01101110
Octal 333 107 156
Decimal 219 71 110
Hex DB 47 6E

RGB Percentages of Color #db476e

%54.75
%17.75
%27.50

CMYK Percentages of Color #db476e

%0
%68
%50
%14

Triadic Colors of #db476e

#db476e #6edb47 #476edb

Analogous Colors of #db476e

#db476e #db6a47 #db47b8

Monochromatic Colors of #db476e

#db476e

Complementary Color

#db476e #47dbb4

#db476e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db476e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db476e Color CSS Codes

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

#db476e Text Font Color

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

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


#db476e Background Color

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

This div background color is #db476e


#db476e Border Color

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

This div border color is #db476e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db476e


Comments

No comments written yet.

Please login to write comment.