Color Hex Logo

#d977ad Color Hex

#D977AD
(217,119,173)
0 Favorites   0 Comments

Color spaces of #d977ad

RGB 217119173
HSL0.910.560.66
HSV327°45°85°
CMYK 0.000.450.20   0.15
XYZ42.754930.962543.2581
Yxy30.96250.36550.2647
Hunter Lab55.644039.7763-7.1418
CIE-Lab62.476044.8477-11.7243

#d977ad color RGB value is (217,119,173).

#d977ad hex color red value is 217, green value is 119 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d977ad hue: 0.91 , saturation: 0.56 and the lightness value of d977ad is 0.66.

The process color (four color CMYK) of #d977ad color hex is 0.00, 0.45, 0.20, 0.15. Web safe color of #d977ad is #cc6699. Color #d977ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110111 10101101
Octal 331 167 255
Decimal 217 119 173
Hex D9 77 AD

RGB Percentages of Color #d977ad

%42.63
%23.38
%33.99

CMYK Percentages of Color #d977ad

%0
%45
%20
%15

Triadic Colors of #d977ad

#d977ad #add977 #77add9

Analogous Colors of #d977ad

#d977ad #d9777c #d477d9

Monochromatic Colors of #d977ad

#d977ad

Complementary Color

#d977ad #77d9a3

#d977ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d977ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d977ad Color CSS Codes

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

#d977ad Text Font Color

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

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


#d977ad Background Color

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

This div background color is #d977ad


#d977ad Border Color

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

This div border color is #d977ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,119,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d977ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d977ad;
  -webkit-box-shadow: 1px 1px 3px 2px #d977ad;
  box-shadow:         1px 1px 3px 2px #d977ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,119,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d977ad


Comments

No comments written yet.

Please login to write comment.