Color Hex Logo

#d8869a Color Hex

#D8869A
(216,134,154)
0 Favorites   0 Comments

Color spaces of #d8869a

RGB 216134154
HSL0.960.510.69
HSV345°38°85°
CMYK 0.000.380.29   0.15
XYZ42.676733.982234.8818
Yxy33.98220.38260.3047
Hunter Lab58.294328.66335.3283
CIE-Lab64.948433.95682.7169

#d8869a color RGB value is (216,134,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000110 10011010
Octal 330 206 232
Decimal 216 134 154
Hex D8 86 9A

RGB Percentages of Color #d8869a

%42.86
%26.59
%30.56

CMYK Percentages of Color #d8869a

%0
%38
%29
%15

Triadic Colors of #d8869a

#d8869a #9ad886 #869ad8

Analogous Colors of #d8869a

#d8869a #d89b86 #d886c3

Monochromatic Colors of #d8869a

#d8869a

Complementary Color

#d8869a #86d8c4

#d8869a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8869a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8869a Color CSS Codes

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

#d8869a Text Font Color

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

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


#d8869a Background Color

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

This div background color is #d8869a


#d8869a Border Color

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

This div border color is #d8869a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8869a


Comments

No comments written yet.

Please login to write comment.