Color Hex Logo

#d973ac Color Hex

#D973AC
(217,115,172)
0 Favorites   0 Comments

Color spaces of #d973ac

RGB 217115172
HSL0.910.570.65
HSV326°47°85°
CMYK 0.000.470.21   0.15
XYZ42.192429.991742.5949
Yxy29.99170.36760.2613
Hunter Lab54.764741.6837-7.7793
CIE-Lab61.647146.7331-12.3982

#d973ac color RGB value is (217,115,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110011 10101100
Octal 331 163 254
Decimal 217 115 172
Hex D9 73 AC

RGB Percentages of Color #d973ac

%43.06
%22.82
%34.13

CMYK Percentages of Color #d973ac

%0
%47
%21
%15

Triadic Colors of #d973ac

#d973ac #acd973 #73acd9

Analogous Colors of #d973ac

#d973ac #d97379 #d373d9

Monochromatic Colors of #d973ac

#d973ac

Complementary Color

#d973ac #73d9a0

#d973ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d973ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d973ac Color CSS Codes

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

#d973ac Text Font Color

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

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


#d973ac Background Color

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

This div background color is #d973ac


#d973ac Border Color

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

This div border color is #d973ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d973ac


Comments

No comments written yet.

Please login to write comment.