Color Hex Logo

#db7976 Color Hex

#DB7976
(219,121,118)
0 Favorites   0 Comments

Color spaces of #db7976

RGB 219121118
HSL0.000.580.66
HSV46°86°
CMYK 0.000.450.46   0.14
XYZ39.320830.042820.8660
Yxy30.04280.43580.3330
Hunter Lab54.811332.133415.7969
CIE-Lab61.691137.685918.6430

#db7976 color RGB value is (219,121,118).

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

The process color (four color CMYK) of #db7976 color hex is 0.00, 0.45, 0.46, 0.14. Web safe color of #db7976 is #cc6666. Color #db7976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 01110110
Octal 333 171 166
Decimal 219 121 118
Hex DB 79 76

RGB Percentages of Color #db7976

%47.82
%26.42
%25.76

CMYK Percentages of Color #db7976

%0
%45
%46
%14

Triadic Colors of #db7976

#db7976 #76db79 #7976db

Analogous Colors of #db7976

#db7976 #dbac76 #db76a6

Monochromatic Colors of #db7976

#db7976

Complementary Color

#db7976 #76d8db

#db7976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7976 Color CSS Codes

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

#db7976 Text Font Color

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

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


#db7976 Background Color

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

This div background color is #db7976


#db7976 Border Color

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

This div border color is #db7976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7976


Comments

No comments written yet.

Please login to write comment.