Color Hex Logo

#d49089 Color Hex

#D49089
(212,144,137)
0 Favorites   0 Comments

Color spaces of #d49089

RGB 212144137
HSL0.020.470.68
HSV35°83°
CMYK 0.000.320.35   0.17
XYZ41.640035.749728.3726
Yxy35.74970.39370.3380
Hunter Lab59.791119.677613.7189
CIE-Lab66.328224.883714.2005

#d49089 color RGB value is (212,144,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010000 10001001
Octal 324 220 211
Decimal 212 144 137
Hex D4 90 89

RGB Percentages of Color #d49089

%43.00
%29.21
%27.79

CMYK Percentages of Color #d49089

%0
%32
%35
%17

Triadic Colors of #d49089

#d49089 #89d490 #9089d4

Analogous Colors of #d49089

#d49089 #d4b689 #d489a8

Monochromatic Colors of #d49089

#d49089

Complementary Color

#d49089 #89cdd4

#d49089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49089 Color CSS Codes

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

#d49089 Text Font Color

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

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


#d49089 Background Color

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

This div background color is #d49089


#d49089 Border Color

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

This div border color is #d49089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49089


Comments

No comments written yet.

Please login to write comment.