Color Hex Logo

#db475e Color Hex

#DB475E
(219,71,94)
0 Favorites   0 Comments

Color spaces of #db475e

RGB 2197194
HSL0.970.670.57
HSV351°68°86°
CMYK 0.000.680.57   0.14
XYZ33.487020.374712.7574
Yxy20.37470.50270.3058
Hunter Lab45.138353.432614.8398
CIE-Lab52.258258.925419.8209

#db475e color RGB value is (219,71,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000111 01011110
Octal 333 107 136
Decimal 219 71 94
Hex DB 47 5E

RGB Percentages of Color #db475e

%57.03
%18.49
%24.48

CMYK Percentages of Color #db475e

%0
%68
%57
%14

Triadic Colors of #db475e

#db475e #5edb47 #475edb

Analogous Colors of #db475e

#db475e #db7a47 #db47a8

Monochromatic Colors of #db475e

#db475e

Complementary Color

#db475e #47dbc4

#db475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db475e Color CSS Codes

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

#db475e Text Font Color

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

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


#db475e Background Color

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

This div background color is #db475e


#db475e Border Color

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

This div border color is #db475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db475e


Comments

No comments written yet.

Please login to write comment.