Color Hex Logo

#d89080 Color Hex

#D89080
(216,144,128)
0 Favorites   0 Comments

Color spaces of #d89080

RGB 216144128
HSL0.030.530.67
HSV11°41°85°
CMYK 0.000.330.41   0.15
XYZ42.188436.104025.1673
Yxy36.10400.40780.3490
Hunter Lab60.086620.178017.2270
CIE-Lab66.599325.375119.6718

#d89080 color RGB value is (216,144,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010000 10000000
Octal 330 220 200
Decimal 216 144 128
Hex D8 90 80

RGB Percentages of Color #d89080

%44.26
%29.51
%26.23

CMYK Percentages of Color #d89080

%0
%33
%41
%15

Triadic Colors of #d89080

#d89080 #80d890 #9080d8

Analogous Colors of #d89080

#d89080 #d8bc80 #d8809c

Monochromatic Colors of #d89080

#d89080

Complementary Color

#d89080 #80c8d8

#d89080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89080 Color CSS Codes

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

#d89080 Text Font Color

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

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


#d89080 Background Color

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

This div background color is #d89080


#d89080 Border Color

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

This div border color is #d89080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89080


Comments

No comments written yet.

Please login to write comment.