Color Hex Logo

#db9b8d Color Hex

#DB9B8D
(219,155,141)
0 Favorites   0 Comments

Color spaces of #db9b8d

RGB 219155141
HSL0.030.520.71
HSV11°36°86°
CMYK 0.000.290.36   0.14
XYZ45.742540.425830.5914
Yxy40.42580.39180.3462
Hunter Lab63.581317.151615.9802
CIE-Lab69.771722.123816.8908

#db9b8d color RGB value is (219,155,141).

#db9b8d hex color red value is 219, green value is 155 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #db9b8d hue: 0.03 , saturation: 0.52 and the lightness value of db9b8d is 0.71.

The process color (four color CMYK) of #db9b8d color hex is 0.00, 0.29, 0.36, 0.14. Web safe color of #db9b8d is #cc9999. Color #db9b8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011011 10001101
Octal 333 233 215
Decimal 219 155 141
Hex DB 9B 8D

RGB Percentages of Color #db9b8d

%42.52
%30.10
%27.38

CMYK Percentages of Color #db9b8d

%0
%29
%36
%14

Triadic Colors of #db9b8d

#db9b8d #8ddb9b #9b8ddb

Analogous Colors of #db9b8d

#db9b8d #dbc28d #db8da6

Monochromatic Colors of #db9b8d

#db9b8d

Complementary Color

#db9b8d #8dcddb

#db9b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9b8d Color CSS Codes

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

#db9b8d Text Font Color

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

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


#db9b8d Background Color

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

This div background color is #db9b8d


#db9b8d Border Color

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

This div border color is #db9b8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9b8d


Comments

No comments written yet.

Please login to write comment.