Color Hex Logo

#db977d Color Hex

#DB977D
(219,151,125)
0 Favorites   0 Comments

Color spaces of #db977d

RGB 219151125
HSL0.050.570.67
HSV17°43°86°
CMYK 0.000.310.43   0.14
XYZ43.981738.674024.5488
Yxy38.67400.41030.3607
Hunter Lab62.188417.411320.1272
CIE-Lab68.514522.449523.9876

#db977d color RGB value is (219,151,125).

#db977d hex color red value is 219, green value is 151 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #db977d hue: 0.05 , saturation: 0.57 and the lightness value of db977d is 0.67.

The process color (four color CMYK) of #db977d color hex is 0.00, 0.31, 0.43, 0.14. Web safe color of #db977d is #cc9966. Color #db977d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 01111101
Octal 333 227 175
Decimal 219 151 125
Hex DB 97 7D

RGB Percentages of Color #db977d

%44.24
%30.51
%25.25

CMYK Percentages of Color #db977d

%0
%31
%43
%14

Triadic Colors of #db977d

#db977d #7ddb97 #977ddb

Analogous Colors of #db977d

#db977d #dbc67d #db7d92

Monochromatic Colors of #db977d

#db977d

Complementary Color

#db977d #7dc1db

#db977d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db977d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db977d Color CSS Codes

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

#db977d Text Font Color

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

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


#db977d Background Color

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

This div background color is #db977d


#db977d Border Color

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

This div border color is #db977d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db977d


Comments

No comments written yet.

Please login to write comment.