Color Hex Logo

#db8776 Color Hex

#DB8776
(219,135,118)
0 Favorites   0 Comments

Color spaces of #db8776

RGB 219135118
HSL0.030.580.66
HSV10°46°86°
CMYK 0.000.380.46   0.14
XYZ41.147433.696021.4748
Yxy33.69600.42720.3498
Hunter Lab58.048324.945018.6996
CIE-Lab64.720530.310022.7555

#db8776 color RGB value is (219,135,118).

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

The process color (four color CMYK) of #db8776 color hex is 0.00, 0.38, 0.46, 0.14. Web safe color of #db8776 is #cc9966. Color #db8776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 01110110
Octal 333 207 166
Decimal 219 135 118
Hex DB 87 76

RGB Percentages of Color #db8776

%46.40
%28.60
%25.00

CMYK Percentages of Color #db8776

%0
%38
%46
%14

Triadic Colors of #db8776

#db8776 #76db87 #8776db

Analogous Colors of #db8776

#db8776 #dbba76 #db7698

Monochromatic Colors of #db8776

#db8776

Complementary Color

#db8776 #76cadb

#db8776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8776 Color CSS Codes

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

#db8776 Text Font Color

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

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


#db8776 Background Color

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

This div background color is #db8776


#db8776 Border Color

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

This div border color is #db8776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8776


Comments

No comments written yet.

Please login to write comment.