Color Hex Logo

#db674e Color Hex

#DB674E
(219,103,78)
0 Favorites   0 Comments

Color spaces of #db674e

RGB 21910378
HSL0.030.660.58
HSV11°64°86°
CMYK 0.000.530.64   0.14
XYZ35.438825.310610.2253
Yxy25.31060.49930.3566
Hunter Lab50.309637.696023.1662
CIE-Lab57.376843.594435.6038

#db674e color RGB value is (219,103,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 01001110
Octal 333 147 116
Decimal 219 103 78
Hex DB 67 4E

RGB Percentages of Color #db674e

%54.75
%25.75
%19.50

CMYK Percentages of Color #db674e

%0
%53
%64
%14

Triadic Colors of #db674e

#db674e #4edb67 #674edb

Analogous Colors of #db674e

#db674e #dbae4e #db4e7c

Monochromatic Colors of #db674e

#db674e

Complementary Color

#db674e #4ec2db

#db674e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db674e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db674e Color CSS Codes

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

#db674e Text Font Color

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

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


#db674e Background Color

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

This div background color is #db674e


#db674e Border Color

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

This div border color is #db674e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db674e


Comments

No comments written yet.

Please login to write comment.