Color Hex Logo

#d09895 Color Hex

#D09895
(208,152,149)
0 Favorites   0 Comments

Color spaces of #d09895

RGB 208152149
HSL0.010.390.70
HSV28°82°
CMYK 0.000.270.28   0.18
XYZ42.665538.036333.5268
Yxy38.03630.37350.3330
Hunter Lab61.673615.556710.9405
CIE-Lab68.047420.56599.8553

#d09895 color RGB value is (208,152,149).

#d09895 hex color red value is 208, green value is 152 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #d09895 hue: 0.01 , saturation: 0.39 and the lightness value of d09895 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 10010101
Octal 320 230 225
Decimal 208 152 149
Hex D0 98 95

RGB Percentages of Color #d09895

%40.86
%29.86
%29.27

CMYK Percentages of Color #d09895

%0
%27
%28
%18

Triadic Colors of #d09895

#d09895 #95d098 #9895d0

Analogous Colors of #d09895

#d09895 #d0b695 #d095b0

Monochromatic Colors of #d09895

#d09895

Complementary Color

#d09895 #95cdd0

#d09895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09895 Color CSS Codes

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

#d09895 Text Font Color

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

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


#d09895 Background Color

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

This div background color is #d09895


#d09895 Border Color

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

This div border color is #d09895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09895


Comments

No comments written yet.

Please login to write comment.