Color Hex Logo

#d873aa Color Hex

#D873AA
(216,115,170)
0 Favorites   0 Comments

Color spaces of #d873aa

RGB 216115170
HSL0.910.560.65
HSV327°47°85°
CMYK 0.000.470.21   0.15
XYZ41.705329.762741.5769
Yxy29.76270.36890.2633
Hunter Lab54.555240.9846-6.9967
CIE-Lab61.448946.1136-11.5651

#d873aa color RGB value is (216,115,170).

#d873aa hex color red value is 216, green value is 115 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d873aa hue: 0.91 , saturation: 0.56 and the lightness value of d873aa is 0.65.

The process color (four color CMYK) of #d873aa color hex is 0.00, 0.47, 0.21, 0.15. Web safe color of #d873aa is #cc6699. Color #d873aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110011 10101010
Octal 330 163 252
Decimal 216 115 170
Hex D8 73 AA

RGB Percentages of Color #d873aa

%43.11
%22.95
%33.93

CMYK Percentages of Color #d873aa

%0
%47
%21
%15

Triadic Colors of #d873aa

#d873aa #aad873 #73aad8

Analogous Colors of #d873aa

#d873aa #d87378 #d473d8

Monochromatic Colors of #d873aa

#d873aa

Complementary Color

#d873aa #73d8a1

#d873aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d873aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d873aa Color CSS Codes

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

#d873aa Text Font Color

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

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


#d873aa Background Color

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

This div background color is #d873aa


#d873aa Border Color

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

This div border color is #d873aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d873aa


Comments

No comments written yet.

Please login to write comment.