Color Hex Logo

#d980ac Color Hex

#D980AC
(217,128,172)
0 Favorites   0 Comments

Color spaces of #d980ac

RGB 217128172
HSL0.920.540.68
HSV330°41°85°
CMYK 0.000.410.21   0.15
XYZ43.780833.168643.1244
Yxy33.16860.36460.2762
Hunter Lab57.592234.9070-4.0812
CIE-Lab64.297240.0376-8.4326

#d980ac color RGB value is (217,128,172).

#d980ac hex color red value is 217, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d980ac hue: 0.92 , saturation: 0.54 and the lightness value of d980ac is 0.68.

The process color (four color CMYK) of #d980ac color hex is 0.00, 0.41, 0.21, 0.15. Web safe color of #d980ac is #cc9999. Color #d980ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000000 10101100
Octal 331 200 254
Decimal 217 128 172
Hex D9 80 AC

RGB Percentages of Color #d980ac

%41.97
%24.76
%33.27

CMYK Percentages of Color #d980ac

%0
%41
%21
%15

Triadic Colors of #d980ac

#d980ac #acd980 #80acd9

Analogous Colors of #d980ac

#d980ac #d98180 #d980d9

Monochromatic Colors of #d980ac

#d980ac

Complementary Color

#d980ac #80d9ad

#d980ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d980ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d980ac Color CSS Codes

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

#d980ac Text Font Color

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

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


#d980ac Background Color

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

This div background color is #d980ac


#d980ac Border Color

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

This div border color is #d980ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d980ac


Comments

No comments written yet.

Please login to write comment.