Color Hex Logo

#d971ac Color Hex

#D971AC
(217,113,172)
0 Favorites   0 Comments

Color spaces of #d971ac

RGB 217113172
HSL0.910.580.65
HSV326°48°85°
CMYK 0.000.480.21   0.15
XYZ41.966829.540542.5197
Yxy29.54050.36800.2591
Hunter Lab54.351242.7127-8.3376
CIE-Lab61.255747.7389-12.9868

#d971ac color RGB value is (217,113,172).

#d971ac hex color red value is 217, green value is 113 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d971ac hue: 0.91 , saturation: 0.58 and the lightness value of d971ac is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110001 10101100
Octal 331 161 254
Decimal 217 113 172
Hex D9 71 AC

RGB Percentages of Color #d971ac

%43.23
%22.51
%34.26

CMYK Percentages of Color #d971ac

%0
%48
%21
%15

Triadic Colors of #d971ac

#d971ac #acd971 #71acd9

Analogous Colors of #d971ac

#d971ac #d97178 #d271d9

Monochromatic Colors of #d971ac

#d971ac

Complementary Color

#d971ac #71d99e

#d971ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d971ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d971ac Color CSS Codes

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

#d971ac Text Font Color

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

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


#d971ac Background Color

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

This div background color is #d971ac


#d971ac Border Color

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

This div border color is #d971ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d971ac

#d971ac Color Palettes


Comments

No comments written yet.

Please login to write comment.