Color Hex Logo

#db8176 Color Hex

#DB8176
(219,129,118)
0 Favorites   0 Comments

Color spaces of #db8176

RGB 219129118
HSL0.020.580.66
HSV46°86°
CMYK 0.000.410.46   0.14
XYZ40.333732.068621.2036
Yxy32.06860.43090.3426
Hunter Lab56.629128.034317.4405
CIE-Lab63.399533.494120.9700

#db8176 color RGB value is (219,129,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 01110110
Octal 333 201 166
Decimal 219 129 118
Hex DB 81 76

RGB Percentages of Color #db8176

%47.00
%27.68
%25.32

CMYK Percentages of Color #db8176

%0
%41
%46
%14

Triadic Colors of #db8176

#db8176 #76db81 #8176db

Analogous Colors of #db8176

#db8176 #dbb476 #db769e

Monochromatic Colors of #db8176

#db8176

Complementary Color

#db8176 #76d0db

#db8176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8176 Color CSS Codes

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

#db8176 Text Font Color

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

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


#db8176 Background Color

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

This div background color is #db8176


#db8176 Border Color

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

This div border color is #db8176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8176


Comments

No comments written yet.

Please login to write comment.