Color Hex Logo

#d874aa Color Hex

#D874AA
(216,116,170)
0 Favorites   0 Comments

Color spaces of #d874aa

RGB 216116170
HSL0.910.560.65
HSV328°46°85°
CMYK 0.000.460.21   0.15
XYZ41.820029.992041.6151
Yxy29.99200.36870.2644
Hunter Lab54.765040.4688-6.7182
CIE-Lab61.647345.6065-11.2675

#d874aa color RGB value is (216,116,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 10101010
Octal 330 164 252
Decimal 216 116 170
Hex D8 74 AA

RGB Percentages of Color #d874aa

%43.03
%23.11
%33.86

CMYK Percentages of Color #d874aa

%0
%46
%21
%15

Triadic Colors of #d874aa

#d874aa #aad874 #74aad8

Analogous Colors of #d874aa

#d874aa #d87478 #d474d8

Monochromatic Colors of #d874aa

#d874aa

Complementary Color

#d874aa #74d8a2

#d874aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d874aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d874aa Color CSS Codes

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

#d874aa Text Font Color

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

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


#d874aa Background Color

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

This div background color is #d874aa


#d874aa Border Color

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

This div border color is #d874aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d874aa


Comments

No comments written yet.

Please login to write comment.