Color Hex Logo

#d19885 Color Hex

#D19885
(209,152,133)
0 Favorites   0 Comments

Color spaces of #d19885

RGB 209152133
HSL0.040.450.67
HSV15°36°82°
CMYK 0.000.270.36   0.18
XYZ41.756437.705227.2673
Yxy37.70520.39120.3533
Hunter Lab61.404613.925816.6549
CIE-Lab67.802818.881418.4237

#d19885 color RGB value is (209,152,133).

#d19885 hex color red value is 209, green value is 152 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #d19885 hue: 0.04 , saturation: 0.45 and the lightness value of d19885 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011000 10000101
Octal 321 230 205
Decimal 209 152 133
Hex D1 98 85

RGB Percentages of Color #d19885

%42.31
%30.77
%26.92

CMYK Percentages of Color #d19885

%0
%27
%36
%18

Triadic Colors of #d19885

#d19885 #85d198 #9885d1

Analogous Colors of #d19885

#d19885 #d1be85 #d18598

Monochromatic Colors of #d19885

#d19885

Complementary Color

#d19885 #85bed1

#d19885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19885 Color CSS Codes

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

#d19885 Text Font Color

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

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


#d19885 Background Color

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

This div background color is #d19885


#d19885 Border Color

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

This div border color is #d19885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19885


Comments

No comments written yet.

Please login to write comment.