Color Hex Logo

#d1989e Color Hex

#D1989E
(209,152,158)
0 Favorites   0 Comments

Color spaces of #d1989e

RGB 209152158
HSL0.980.380.71
HSV354°27°82°
CMYK 0.000.270.24   0.18
XYZ43.694338.480437.4723
Yxy38.48040.36520.3216
Hunter Lab62.032617.17427.6072
CIE-Lab68.373222.21415.3145

#d1989e color RGB value is (209,152,158).

#d1989e hex color red value is 209, green value is 152 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d1989e hue: 0.98 , saturation: 0.38 and the lightness value of d1989e is 0.71.

The process color (four color CMYK) of #d1989e color hex is 0.00, 0.27, 0.24, 0.18. Web safe color of #d1989e is #cc9999. Color #d1989e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011000 10011110
Octal 321 230 236
Decimal 209 152 158
Hex D1 98 9E

RGB Percentages of Color #d1989e

%40.27
%29.29
%30.44

CMYK Percentages of Color #d1989e

%0
%27
%24
%18

Triadic Colors of #d1989e

#d1989e #9ed198 #989ed1

Analogous Colors of #d1989e

#d1989e #d1af98 #d198bb

Monochromatic Colors of #d1989e

#d1989e

Complementary Color

#d1989e #98d1cb

#d1989e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1989e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1989e Color CSS Codes

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

#d1989e Text Font Color

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

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


#d1989e Background Color

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

This div background color is #d1989e


#d1989e Border Color

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

This div border color is #d1989e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1989e


Comments

No comments written yet.

Please login to write comment.