Color Hex Logo

#d19981 Color Hex

#D19981
(209,153,129)
0 Favorites   0 Comments

Color spaces of #d19981

RGB 209153129
HSL0.050.470.66
HSV18°38°82°
CMYK 0.000.270.38   0.18
XYZ41.648237.922825.8936
Yxy37.92280.39490.3596
Hunter Lab61.581512.953818.1770
CIE-Lab67.963717.859320.8547

#d19981 color RGB value is (209,153,129).

#d19981 hex color red value is 209, green value is 153 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d19981 hue: 0.05 , saturation: 0.47 and the lightness value of d19981 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011001 10000001
Octal 321 231 201
Decimal 209 153 129
Hex D1 99 81

RGB Percentages of Color #d19981

%42.57
%31.16
%26.27

CMYK Percentages of Color #d19981

%0
%27
%38
%18

Triadic Colors of #d19981

#d19981 #81d199 #9981d1

Analogous Colors of #d19981

#d19981 #d1c181 #d18191

Monochromatic Colors of #d19981

#d19981

Complementary Color

#d19981 #81b9d1

#d19981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19981 Color CSS Codes

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

#d19981 Text Font Color

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

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


#d19981 Background Color

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

This div background color is #d19981


#d19981 Border Color

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

This div border color is #d19981


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,153,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d19981; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d19981;
  -webkit-box-shadow: 1px 1px 3px 2px #d19981;
  box-shadow:         1px 1px 3px 2px #d19981; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,153,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19981

#d19981 Color Palettes


Comments

No comments written yet.

Please login to write comment.