Color Hex Logo

#d8808e Color Hex

#D8808E
(216,128,142)
0 Favorites   0 Comments

Color spaces of #d8808e

RGB 216128142
HSL0.970.530.67
HSV350°41°85°
CMYK 0.000.410.34   0.15
XYZ40.920631.990329.6092
Yxy31.99030.39910.3120
Hunter Lab56.560030.16318.5536
CIE-Lab63.334935.58657.2100

#d8808e color RGB value is (216,128,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000000 10001110
Octal 330 200 216
Decimal 216 128 142
Hex D8 80 8E

RGB Percentages of Color #d8808e

%44.44
%26.34
%29.22

CMYK Percentages of Color #d8808e

%0
%41
%34
%15

Triadic Colors of #d8808e

#d8808e #8ed880 #808ed8

Analogous Colors of #d8808e

#d8808e #d89e80 #d880ba

Monochromatic Colors of #d8808e

#d8808e

Complementary Color

#d8808e #80d8ca

#d8808e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8808e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8808e Color CSS Codes

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

#d8808e Text Font Color

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

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


#d8808e Background Color

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

This div background color is #d8808e


#d8808e Border Color

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

This div border color is #d8808e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8808e


Comments

No comments written yet.

Please login to write comment.