Color Hex Logo

#d0899e Color Hex

#D0899E
(208,137,158)
0 Favorites   0 Comments

Color spaces of #d0899e

RGB 208137158
HSL0.950.430.68
HSV342°34°82°
CMYK 0.000.340.24   0.18
XYZ41.129633.769836.6982
Yxy33.76980.36860.3026
Hunter Lab58.111824.64083.2360
CIE-Lab64.779430.00160.0902

#d0899e color RGB value is (208,137,158).

#d0899e hex color red value is 208, green value is 137 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d0899e hue: 0.95 , saturation: 0.43 and the lightness value of d0899e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 10011110
Octal 320 211 236
Decimal 208 137 158
Hex D0 89 9E

RGB Percentages of Color #d0899e

%41.35
%27.24
%31.41

CMYK Percentages of Color #d0899e

%0
%34
%24
%18

Triadic Colors of #d0899e

#d0899e #9ed089 #899ed0

Analogous Colors of #d0899e

#d0899e #d09889 #d089c2

Monochromatic Colors of #d0899e

#d0899e

Complementary Color

#d0899e #89d0bb

#d0899e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0899e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0899e Color CSS Codes

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

#d0899e Text Font Color

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

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


#d0899e Background Color

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

This div background color is #d0899e


#d0899e Border Color

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

This div border color is #d0899e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0899e


Comments

No comments written yet.

Please login to write comment.