Color Hex Logo

#db8978 Color Hex

#DB8978
(219,137,120)
0 Favorites   0 Comments

Color spaces of #db8978

RGB 219137120
HSL0.030.580.66
HSV10°45°86°
CMYK 0.000.370.45   0.14
XYZ41.549234.307522.2014
Yxy34.30750.42370.3499
Hunter Lab58.572624.119118.5275
CIE-Lab65.205929.445122.2939

#db8978 color RGB value is (219,137,120).

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

The process color (four color CMYK) of #db8978 color hex is 0.00, 0.37, 0.45, 0.14. Web safe color of #db8978 is #cc9966. Color #db8978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001001 01111000
Octal 333 211 170
Decimal 219 137 120
Hex DB 89 78

RGB Percentages of Color #db8978

%46.01
%28.78
%25.21

CMYK Percentages of Color #db8978

%0
%37
%45
%14

Triadic Colors of #db8978

#db8978 #78db89 #8978db

Analogous Colors of #db8978

#db8978 #dbbb78 #db7899

Monochromatic Colors of #db8978

#db8978

Complementary Color

#db8978 #78cadb

#db8978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8978 Color CSS Codes

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

#db8978 Text Font Color

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

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


#db8978 Background Color

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

This div background color is #db8978


#db8978 Border Color

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

This div border color is #db8978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8978


Comments

No comments written yet.

Please login to write comment.