Color Hex Logo

#db413e Color Hex

#DB413E
(219,65,62)
0 Favorites   0 Comments

Color spaces of #db413e

RGB 2196562
HSL0.000.690.55
HSV72°86°
CMYK 0.000.700.72   0.14
XYZ31.973219.18856.5760
Yxy19.18850.55380.3323
Hunter Lab43.804753.629621.7626
CIE-Lab50.907059.346036.8881

#db413e color RGB value is (219,65,62).

#db413e hex color red value is 219, green value is 65 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #db413e hue: 0.00 , saturation: 0.69 and the lightness value of db413e is 0.55.

The process color (four color CMYK) of #db413e color hex is 0.00, 0.70, 0.72, 0.14. Web safe color of #db413e is #cc3333. Color #db413e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 00111110
Octal 333 101 76
Decimal 219 65 62
Hex DB 41 3E

RGB Percentages of Color #db413e

%63.29
%18.79
%17.92

CMYK Percentages of Color #db413e

%0
%70
%72
%14

Triadic Colors of #db413e

#db413e #3edb41 #413edb

Analogous Colors of #db413e

#db413e #db903e #db3e8a

Monochromatic Colors of #db413e

#db413e

Complementary Color

#db413e #3ed8db

#db413e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db413e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db413e Color CSS Codes

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

#db413e Text Font Color

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

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


#db413e Background Color

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

This div background color is #db413e


#db413e Border Color

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

This div border color is #db413e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db413e


Comments

No comments written yet.

Please login to write comment.