Color Hex Logo

#d8879a Color Hex

#D8879A
(216,135,154)
0 Favorites   0 Comments

Color spaces of #d8879a

RGB 216135154
HSL0.960.510.69
HSV346°38°85°
CMYK 0.000.380.29   0.15
XYZ42.815634.260034.9281
Yxy34.26000.38230.3059
Hunter Lab58.532028.13995.5920
CIE-Lab65.168433.42353.0356

#d8879a color RGB value is (216,135,154).

#d8879a hex color red value is 216, green value is 135 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d8879a hue: 0.96 , saturation: 0.51 and the lightness value of d8879a is 0.69.

The process color (four color CMYK) of #d8879a color hex is 0.00, 0.38, 0.29, 0.15. Web safe color of #d8879a is #cc9999. Color #d8879a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000111 10011010
Octal 330 207 232
Decimal 216 135 154
Hex D8 87 9A

RGB Percentages of Color #d8879a

%42.77
%26.73
%30.50

CMYK Percentages of Color #d8879a

%0
%38
%29
%15

Triadic Colors of #d8879a

#d8879a #9ad887 #879ad8

Analogous Colors of #d8879a

#d8879a #d89d87 #d887c3

Monochromatic Colors of #d8879a

#d8879a

Complementary Color

#d8879a #87d8c5

#d8879a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8879a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8879a Color CSS Codes

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

#d8879a Text Font Color

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

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


#d8879a Background Color

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

This div background color is #d8879a


#d8879a Border Color

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

This div border color is #d8879a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8879a


Comments

No comments written yet.

Please login to write comment.