Color Hex Logo

#d981ac Color Hex

#D981AC
(217,129,172)
0 Favorites   0 Comments

Color spaces of #d981ac

RGB 217129172
HSL0.920.540.68
HSV331°41°85°
CMYK 0.000.410.21   0.15
XYZ43.911933.430843.1681
Yxy33.43080.36440.2774
Hunter Lab57.819434.3809-3.7925
CIE-Lab64.508239.5130-8.1184

#d981ac color RGB value is (217,129,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 10101100
Octal 331 201 254
Decimal 217 129 172
Hex D9 81 AC

RGB Percentages of Color #d981ac

%41.89
%24.90
%33.20

CMYK Percentages of Color #d981ac

%0
%41
%21
%15

Triadic Colors of #d981ac

#d981ac #acd981 #81acd9

Analogous Colors of #d981ac

#d981ac #d98281 #d981d8

Monochromatic Colors of #d981ac

#d981ac

Complementary Color

#d981ac #81d9ae

#d981ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d981ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d981ac Color CSS Codes

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

#d981ac Text Font Color

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

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


#d981ac Background Color

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

This div background color is #d981ac


#d981ac Border Color

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

This div border color is #d981ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d981ac


Comments

No comments written yet.

Please login to write comment.