Color Hex Logo

#d89197 Color Hex

#D89197
(216,145,151)
0 Favorites   0 Comments

Color spaces of #d89197

RGB 216145151
HSL0.990.480.71
HSV355°33°85°
CMYK 0.000.330.30   0.15
XYZ44.030237.084134.1155
Yxy37.08410.38210.3218
Hunter Lab60.896722.49179.4123
CIE-Lab67.340127.65367.8499

#d89197 color RGB value is (216,145,151).

#d89197 hex color red value is 216, green value is 145 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #d89197 hue: 0.99 , saturation: 0.48 and the lightness value of d89197 is 0.71.

The process color (four color CMYK) of #d89197 color hex is 0.00, 0.33, 0.30, 0.15. Web safe color of #d89197 is #cc9999. Color #d89197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010001 10010111
Octal 330 221 227
Decimal 216 145 151
Hex D8 91 97

RGB Percentages of Color #d89197

%42.19
%28.32
%29.49

CMYK Percentages of Color #d89197

%0
%33
%30
%15

Triadic Colors of #d89197

#d89197 #97d891 #9197d8

Analogous Colors of #d89197

#d89197 #d8af91 #d891bb

Monochromatic Colors of #d89197

#d89197

Complementary Color

#d89197 #91d8d2

#d89197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89197 Color CSS Codes

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

#d89197 Text Font Color

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

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


#d89197 Background Color

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

This div background color is #d89197


#d89197 Border Color

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

This div border color is #d89197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89197


Comments

No comments written yet.

Please login to write comment.