Color Hex Logo

#db815f Color Hex

#DB815F
(219,129,95)
0 Favorites   0 Comments

Color spaces of #db815f

RGB 21912995
HSL0.050.630.62
HSV16°57°86°
CMYK 0.000.410.57   0.14
XYZ39.129231.586814.8610
Yxy31.58680.45720.3691
Hunter Lab56.202125.922023.6640
CIE-Lab62.999931.438633.2331

#db815f color RGB value is (219,129,95).

#db815f hex color red value is 219, green value is 129 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #db815f hue: 0.05 , saturation: 0.63 and the lightness value of db815f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 01011111
Octal 333 201 137
Decimal 219 129 95
Hex DB 81 5F

RGB Percentages of Color #db815f

%49.44
%29.12
%21.44

CMYK Percentages of Color #db815f

%0
%41
%57
%14

Triadic Colors of #db815f

#db815f #5fdb81 #815fdb

Analogous Colors of #db815f

#db815f #dbbf5f #db5f7b

Monochromatic Colors of #db815f

#db815f

Complementary Color

#db815f #5fb9db

#db815f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db815f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db815f Color CSS Codes

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

#db815f Text Font Color

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

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


#db815f Background Color

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

This div background color is #db815f


#db815f Border Color

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

This div border color is #db815f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db815f


Comments

No comments written yet.

Please login to write comment.