Color Hex Logo

#db824e Color Hex

#DB824E
(219,130,78)
0 Favorites   0 Comments

Color spaces of #db824e

RGB 21913078
HSL0.060.660.58
HSV22°64°86°
CMYK 0.000.410.64   0.14
XYZ38.571231.575411.2695
Yxy31.57540.47380.3878
Hunter Lab56.192024.189627.4436
CIE-Lab62.990429.703042.2876

#db824e color RGB value is (219,130,78).

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

The process color (four color CMYK) of #db824e color hex is 0.00, 0.41, 0.64, 0.14. Web safe color of #db824e is #cc9966. Color #db824e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000010 01001110
Octal 333 202 116
Decimal 219 130 78
Hex DB 82 4E

RGB Percentages of Color #db824e

%51.29
%30.44
%18.27

CMYK Percentages of Color #db824e

%0
%41
%64
%14

Triadic Colors of #db824e

#db824e #4edb82 #824edb

Analogous Colors of #db824e

#db824e #dbc94e #db4e60

Monochromatic Colors of #db824e

#db824e

Complementary Color

#db824e #4ea7db

#db824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db824e Color CSS Codes

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

#db824e Text Font Color

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

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


#db824e Background Color

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

This div background color is #db824e


#db824e Border Color

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

This div border color is #db824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db824e


Comments

No comments written yet.

Please login to write comment.