Color Hex Logo

#db987d Color Hex

#DB987D
(219,152,125)
0 Favorites   0 Comments

Color spaces of #db987d

RGB 219152125
HSL0.050.570.67
HSV17°43°86°
CMYK 0.000.310.43   0.14
XYZ44.143338.997224.6026
Yxy38.99720.40970.3619
Hunter Lab62.447716.895220.3549
CIE-Lab68.749221.910624.3036

#db987d color RGB value is (219,152,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011000 01111101
Octal 333 230 175
Decimal 219 152 125
Hex DB 98 7D

RGB Percentages of Color #db987d

%44.15
%30.65
%25.20

CMYK Percentages of Color #db987d

%0
%31
%43
%14

Triadic Colors of #db987d

#db987d #7ddb98 #987ddb

Analogous Colors of #db987d

#db987d #dbc77d #db7d91

Monochromatic Colors of #db987d

#db987d

Complementary Color

#db987d #7dc0db

#db987d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db987d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db987d Color CSS Codes

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

#db987d Text Font Color

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

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


#db987d Background Color

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

This div background color is #db987d


#db987d Border Color

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

This div border color is #db987d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db987d


Comments

No comments written yet.

Please login to write comment.