Color Hex Logo

#d972ac Color Hex

#D972AC
(217,114,172)
0 Favorites   0 Comments

Color spaces of #d972ac

RGB 217114172
HSL0.910.580.65
HSV326°47°85°
CMYK 0.000.470.21   0.15
XYZ42.079029.764942.5571
Yxy29.76490.36780.2602
Hunter Lab54.557242.1987-8.0588
CIE-Lab61.450847.2368-12.6932

#d972ac color RGB value is (217,114,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110010 10101100
Octal 331 162 254
Decimal 217 114 172
Hex D9 72 AC

RGB Percentages of Color #d972ac

%43.14
%22.66
%34.19

CMYK Percentages of Color #d972ac

%0
%47
%21
%15

Triadic Colors of #d972ac

#d972ac #acd972 #72acd9

Analogous Colors of #d972ac

#d972ac #d97279 #d372d9

Monochromatic Colors of #d972ac

#d972ac

Complementary Color

#d972ac #72d99f

#d972ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d972ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d972ac Color CSS Codes

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

#d972ac Text Font Color

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

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


#d972ac Background Color

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

This div background color is #d972ac


#d972ac Border Color

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

This div border color is #d972ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d972ac


Comments

No comments written yet.

Please login to write comment.