Color Hex Logo

#d89380 Color Hex

#D89380
(216,147,128)
0 Favorites   0 Comments

Color spaces of #d89380

RGB 216147128
HSL0.040.530.67
HSV13°41°85°
CMYK 0.000.320.41   0.15
XYZ42.648937.024925.3207
Yxy37.02490.40620.3526
Hunter Lab60.848118.627917.9213
CIE-Lab67.295723.756120.6236

#d89380 color RGB value is (216,147,128).

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

The process color (four color CMYK) of #d89380 color hex is 0.00, 0.32, 0.41, 0.15. Web safe color of #d89380 is #cc9999. Color #d89380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010011 10000000
Octal 330 223 200
Decimal 216 147 128
Hex D8 93 80

RGB Percentages of Color #d89380

%43.99
%29.94
%26.07

CMYK Percentages of Color #d89380

%0
%32
%41
%15

Triadic Colors of #d89380

#d89380 #80d893 #9380d8

Analogous Colors of #d89380

#d89380 #d8bf80 #d88099

Monochromatic Colors of #d89380

#d89380

Complementary Color

#d89380 #80c5d8

#d89380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89380 Color CSS Codes

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

#d89380 Text Font Color

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

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


#d89380 Background Color

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

This div background color is #d89380


#d89380 Border Color

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

This div border color is #d89380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89380


Comments

No comments written yet.

Please login to write comment.