Color Hex Logo

#d8815e Color Hex

#D8815E
(216,129,94)
0 Favorites   0 Comments

Color spaces of #d8815e

RGB 21612994
HSL0.050.610.61
HSV17°56°85°
CMYK 0.000.400.56   0.15
XYZ38.189531.107614.5812
Yxy31.10760.45530.3709
Hunter Lab55.774224.617023.5416
CIE-Lab62.598430.167633.1912

#d8815e color RGB value is (216,129,94).

#d8815e hex color red value is 216, green value is 129 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d8815e hue: 0.05 , saturation: 0.61 and the lightness value of d8815e is 0.61.

The process color (four color CMYK) of #d8815e color hex is 0.00, 0.40, 0.56, 0.15. Web safe color of #d8815e is #cc9966. Color #d8815e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000001 01011110
Octal 330 201 136
Decimal 216 129 94
Hex D8 81 5E

RGB Percentages of Color #d8815e

%49.20
%29.38
%21.41

CMYK Percentages of Color #d8815e

%0
%40
%56
%15

Triadic Colors of #d8815e

#d8815e #5ed881 #815ed8

Analogous Colors of #d8815e

#d8815e #d8be5e #d85e78

Monochromatic Colors of #d8815e

#d8815e

Complementary Color

#d8815e #5eb5d8

#d8815e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8815e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8815e Color CSS Codes

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

#d8815e Text Font Color

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

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


#d8815e Background Color

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

This div background color is #d8815e


#d8815e Border Color

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

This div border color is #d8815e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8815e


Comments

No comments written yet.

Please login to write comment.