Color Hex Logo

#db9060 Color Hex

#DB9060
(219,144,96)
0 Favorites   0 Comments

Color spaces of #db9060

RGB 21914496
HSL0.070.630.62
HSV23°56°86°
CMYK 0.000.340.56   0.14
XYZ41.298035.851115.8096
Yxy35.85110.44430.3857
Hunter Lab59.875818.333826.2581
CIE-Lab66.406023.506036.9597

#db9060 color RGB value is (219,144,96).

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

The process color (four color CMYK) of #db9060 color hex is 0.00, 0.34, 0.56, 0.14. Web safe color of #db9060 is #cc9966. Color #db9060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 01100000
Octal 333 220 140
Decimal 219 144 96
Hex DB 90 60

RGB Percentages of Color #db9060

%47.71
%31.37
%20.92

CMYK Percentages of Color #db9060

%0
%34
%56
%14

Triadic Colors of #db9060

#db9060 #60db90 #9060db

Analogous Colors of #db9060

#db9060 #dbce60 #db606e

Monochromatic Colors of #db9060

#db9060

Complementary Color

#db9060 #60abdb

#db9060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9060 Color CSS Codes

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

#db9060 Text Font Color

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

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


#db9060 Background Color

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

This div background color is #db9060


#db9060 Border Color

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

This div border color is #db9060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9060


Comments

No comments written yet.

Please login to write comment.