Color Hex Logo

#d8957d Color Hex

#D8957D
(216,149,125)
0 Favorites   0 Comments

Color spaces of #d8957d

RGB 216149125
HSL0.040.540.67
HSV16°42°85°
CMYK 0.000.310.42   0.15
XYZ42.768037.574524.4005
Yxy37.57450.40830.3587
Hunter Lab61.298017.268919.3075
CIE-Lab67.705822.344322.8391

#d8957d color RGB value is (216,149,125).

#d8957d hex color red value is 216, green value is 149 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d8957d hue: 0.04 , saturation: 0.54 and the lightness value of d8957d is 0.67.

The process color (four color CMYK) of #d8957d color hex is 0.00, 0.31, 0.42, 0.15. Web safe color of #d8957d is #cc9966. Color #d8957d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010101 01111101
Octal 330 225 175
Decimal 216 149 125
Hex D8 95 7D

RGB Percentages of Color #d8957d

%44.08
%30.41
%25.51

CMYK Percentages of Color #d8957d

%0
%31
%42
%15

Triadic Colors of #d8957d

#d8957d #7dd895 #957dd8

Analogous Colors of #d8957d

#d8957d #d8c37d #d87d93

Monochromatic Colors of #d8957d

#d8957d

Complementary Color

#d8957d #7dc0d8

#d8957d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8957d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8957d Color CSS Codes

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

#d8957d Text Font Color

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

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


#d8957d Background Color

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

This div background color is #d8957d


#d8957d Border Color

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

This div border color is #d8957d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,149,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8957d


Comments

No comments written yet.

Please login to write comment.