Color Hex Logo

#d89596 Color Hex

#D89596
(216,149,150)
0 Favorites   0 Comments

Color spaces of #d89596

RGB 216149150
HSL1.000.460.72
HSV359°31°85°
CMYK 0.000.310.31   0.15
XYZ44.571438.295833.8968
Yxy38.29580.38170.3280
Hunter Lab61.883620.267610.8424
CIE-Lab68.238125.36169.6891

#d89596 color RGB value is (216,149,150).

#d89596 hex color red value is 216, green value is 149 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d89596 hue: 1.00 , saturation: 0.46 and the lightness value of d89596 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010101 10010110
Octal 330 225 226
Decimal 216 149 150
Hex D8 95 96

RGB Percentages of Color #d89596

%41.94
%28.93
%29.13

CMYK Percentages of Color #d89596

%0
%31
%31
%15

Triadic Colors of #d89596

#d89596 #96d895 #9596d8

Analogous Colors of #d89596

#d89596 #d8b695 #d895b8

Monochromatic Colors of #d89596

#d89596

Complementary Color

#d89596 #95d8d7

#d89596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89596 Color CSS Codes

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

#d89596 Text Font Color

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

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


#d89596 Background Color

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

This div background color is #d89596


#d89596 Border Color

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

This div border color is #d89596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89596


Comments

No comments written yet.

Please login to write comment.