Color Hex Logo

#d8a195 Color Hex

#D8A195
(216,161,149)
0 Favorites   0 Comments

Color spaces of #d8a195

RGB 216161149
HSL0.030.460.72
HSV11°31°85°
CMYK 0.000.250.31   0.15
XYZ46.488642.258634.1403
Yxy42.25860.37830.3439
Hunter Lab65.006613.890314.3666
CIE-Lab71.048818.737914.2115

#d8a195 color RGB value is (216,161,149).

#d8a195 hex color red value is 216, green value is 161 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #d8a195 hue: 0.03 , saturation: 0.46 and the lightness value of d8a195 is 0.72.

The process color (four color CMYK) of #d8a195 color hex is 0.00, 0.25, 0.31, 0.15. Web safe color of #d8a195 is #cc9999. Color #d8a195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10100001 10010101
Octal 330 241 225
Decimal 216 161 149
Hex D8 A1 95

RGB Percentages of Color #d8a195

%41.06
%30.61
%28.33

CMYK Percentages of Color #d8a195

%0
%25
%31
%15

Triadic Colors of #d8a195

#d8a195 #95d8a1 #a195d8

Analogous Colors of #d8a195

#d8a195 #d8c395 #d895ab

Monochromatic Colors of #d8a195

#d8a195

Complementary Color

#d8a195 #95ccd8

#d8a195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a195 Color CSS Codes

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

#d8a195 Text Font Color

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

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


#d8a195 Background Color

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

This div background color is #d8a195


#d8a195 Border Color

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

This div border color is #d8a195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a195


Comments

No comments written yet.

Please login to write comment.