Color Hex Logo

#db405e Color Hex

#DB405E
(219,64,94)
0 Favorites   0 Comments

Color spaces of #db405e

RGB 2196494
HSL0.970.680.55
HSV348°71°86°
CMYK 0.000.710.57   0.14
XYZ33.067219.535012.6175
Yxy19.53500.50700.2995
Hunter Lab44.198456.198214.0131
CIE-Lab51.307361.542218.5405

#db405e color RGB value is (219,64,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000000 01011110
Octal 333 100 136
Decimal 219 64 94
Hex DB 40 5E

RGB Percentages of Color #db405e

%58.09
%16.98
%24.93

CMYK Percentages of Color #db405e

%0
%71
%57
%14

Triadic Colors of #db405e

#db405e #5edb40 #405edb

Analogous Colors of #db405e

#db405e #db7040 #db40ac

Monochromatic Colors of #db405e

#db405e

Complementary Color

#db405e #40dbbd

#db405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db405e Color CSS Codes

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

#db405e Text Font Color

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

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


#db405e Background Color

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

This div background color is #db405e


#db405e Border Color

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

This div border color is #db405e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,64,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 #db405e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db405e


Comments

No comments written yet.

Please login to write comment.