Color Hex Logo

#d89994 Color Hex

#D89994
(216,153,148)
0 Favorites   0 Comments

Color spaces of #d89994

RGB 216153148
HSL0.010.470.71
HSV31°85°
CMYK 0.000.290.31   0.15
XYZ45.055439.519533.2703
Yxy39.51950.38230.3354
Hunter Lab62.864517.919112.6267
CIE-Lab69.125922.935712.0602

#d89994 color RGB value is (216,153,148).

#d89994 hex color red value is 216, green value is 153 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d89994 hue: 0.01 , saturation: 0.47 and the lightness value of d89994 is 0.71.

The process color (four color CMYK) of #d89994 color hex is 0.00, 0.29, 0.31, 0.15. Web safe color of #d89994 is #cc9999. Color #d89994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011001 10010100
Octal 330 231 224
Decimal 216 153 148
Hex D8 99 94

RGB Percentages of Color #d89994

%41.78
%29.59
%28.63

CMYK Percentages of Color #d89994

%0
%29
%31
%15

Triadic Colors of #d89994

#d89994 #94d899 #9994d8

Analogous Colors of #d89994

#d89994 #d8bb94 #d894b1

Monochromatic Colors of #d89994

#d89994

Complementary Color

#d89994 #94d3d8

#d89994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89994 Color CSS Codes

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

#d89994 Text Font Color

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

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


#d89994 Background Color

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

This div background color is #d89994


#d89994 Border Color

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

This div border color is #d89994


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,153,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d89994; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d89994;
  -webkit-box-shadow: 1px 1px 3px 2px #d89994;
  box-shadow:         1px 1px 3px 2px #d89994; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,153,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89994


Comments

No comments written yet.

Please login to write comment.