Color Hex Logo

#d978ac Color Hex

#D978AC
(217,120,172)
0 Favorites   0 Comments

Color spaces of #d978ac

RGB 217120172
HSL0.910.560.66
HSV328°45°85°
CMYK 0.000.450.21   0.15
XYZ42.778131.163242.7902
Yxy31.16320.36650.2670
Hunter Lab55.824039.0931-6.3701
CIE-Lab62.645244.1877-10.9005

#d978ac color RGB value is (217,120,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111000 10101100
Octal 331 170 254
Decimal 217 120 172
Hex D9 78 AC

RGB Percentages of Color #d978ac

%42.63
%23.58
%33.79

CMYK Percentages of Color #d978ac

%0
%45
%21
%15

Triadic Colors of #d978ac

#d978ac #acd978 #78acd9

Analogous Colors of #d978ac

#d978ac #d9787c #d678d9

Monochromatic Colors of #d978ac

#d978ac

Complementary Color

#d978ac #78d9a5

#d978ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d978ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d978ac Color CSS Codes

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

#d978ac Text Font Color

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

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


#d978ac Background Color

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

This div background color is #d978ac


#d978ac Border Color

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

This div border color is #d978ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d978ac


Comments

No comments written yet.

Please login to write comment.