Color Hex Logo

#db624e Color Hex

#DB624E
(219,98,78)
0 Favorites   0 Comments

Color spaces of #db624e

RGB 2199878
HSL0.020.660.58
HSV64°86°
CMYK 0.000.550.64   0.14
XYZ34.956224.345510.0645
Yxy24.34550.50390.3510
Hunter Lab49.341240.112922.4450
CIE-Lab56.432146.025534.4540

#db624e color RGB value is (219,98,78).

#db624e hex color red value is 219, green value is 98 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #db624e hue: 0.02 , saturation: 0.66 and the lightness value of db624e is 0.58.

The process color (four color CMYK) of #db624e color hex is 0.00, 0.55, 0.64, 0.14. Web safe color of #db624e is #cc6666. Color #db624e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 01001110
Octal 333 142 116
Decimal 219 98 78
Hex DB 62 4E

RGB Percentages of Color #db624e

%55.44
%24.81
%19.75

CMYK Percentages of Color #db624e

%0
%55
%64
%14

Triadic Colors of #db624e

#db624e #4edb62 #624edb

Analogous Colors of #db624e

#db624e #dba94e #db4e81

Monochromatic Colors of #db624e

#db624e

Complementary Color

#db624e #4ec7db

#db624e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db624e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db624e Color CSS Codes

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

#db624e Text Font Color

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

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


#db624e Background Color

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

This div background color is #db624e


#db624e Border Color

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

This div border color is #db624e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db624e


Comments

No comments written yet.

Please login to write comment.