Color Hex Logo

#d49889 Color Hex

#D49889
(212,152,137)
0 Favorites   0 Comments

Color spaces of #d49889

RGB 212152137
HSL0.030.470.68
HSV12°35°83°
CMYK 0.000.280.35   0.17
XYZ42.895038.259728.7910
Yxy38.25970.39010.3480
Hunter Lab61.854415.541515.7007
CIE-Lab68.211620.543216.8228

#d49889 color RGB value is (212,152,137).

#d49889 hex color red value is 212, green value is 152 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #d49889 hue: 0.03 , saturation: 0.47 and the lightness value of d49889 is 0.68.

The process color (four color CMYK) of #d49889 color hex is 0.00, 0.28, 0.35, 0.17. Web safe color of #d49889 is #cc9999. Color #d49889 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011000 10001001
Octal 324 230 211
Decimal 212 152 137
Hex D4 98 89

RGB Percentages of Color #d49889

%42.32
%30.34
%27.35

CMYK Percentages of Color #d49889

%0
%28
%35
%17

Triadic Colors of #d49889

#d49889 #89d498 #9889d4

Analogous Colors of #d49889

#d49889 #d4be89 #d489a0

Monochromatic Colors of #d49889

#d49889

Complementary Color

#d49889 #89c5d4

#d49889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49889 Color CSS Codes

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

#d49889 Text Font Color

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

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


#d49889 Background Color

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

This div background color is #d49889


#d49889 Border Color

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

This div border color is #d49889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49889


Comments

No comments written yet.

Please login to write comment.