Color Hex Logo

#db979e Color Hex

#DB979E
(219,151,158)
0 Favorites   0 Comments

Color spaces of #db979e

RGB 219151158
HSL0.980.490.73
HSV354°31°86°
CMYK 0.000.310.28   0.14
XYZ46.451639.661937.5550
Yxy39.66190.37560.3207
Hunter Lab62.977721.44858.7284
CIE-Lab69.228026.48166.6853

#db979e color RGB value is (219,151,158).

#db979e hex color red value is 219, green value is 151 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #db979e hue: 0.98 , saturation: 0.49 and the lightness value of db979e is 0.73.

The process color (four color CMYK) of #db979e color hex is 0.00, 0.31, 0.28, 0.14. Web safe color of #db979e is #cc9999. Color #db979e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 10011110
Octal 333 227 236
Decimal 219 151 158
Hex DB 97 9E

RGB Percentages of Color #db979e

%41.48
%28.60
%29.92

CMYK Percentages of Color #db979e

%0
%31
%28
%14

Triadic Colors of #db979e

#db979e #9edb97 #979edb

Analogous Colors of #db979e

#db979e #dbb297 #db97c0

Monochromatic Colors of #db979e

#db979e

Complementary Color

#db979e #97dbd4

#db979e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db979e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db979e Color CSS Codes

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

#db979e Text Font Color

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

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


#db979e Background Color

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

This div background color is #db979e


#db979e Border Color

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

This div border color is #db979e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db979e


Comments

No comments written yet.

Please login to write comment.