Color Hex Logo

#d979ab Color Hex

#D979AB
(217,121,171)
0 Favorites   0 Comments

Color spaces of #d979ab

RGB 217121171
HSL0.910.560.66
HSV329°44°85°
CMYK 0.000.440.21   0.15
XYZ42.803331.366742.3265
Yxy31.36670.36740.2693
Hunter Lab56.006038.4105-5.6042
CIE-Lab62.816043.5267-10.0749

#d979ab color RGB value is (217,121,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111001 10101011
Octal 331 171 253
Decimal 217 121 171
Hex D9 79 AB

RGB Percentages of Color #d979ab

%42.63
%23.77
%33.60

CMYK Percentages of Color #d979ab

%0
%44
%21
%15

Triadic Colors of #d979ab

#d979ab #abd979 #79abd9

Analogous Colors of #d979ab

#d979ab #d9797b #d779d9

Monochromatic Colors of #d979ab

#d979ab

Complementary Color

#d979ab #79d9a7

#d979ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d979ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d979ab Color CSS Codes

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

#d979ab Text Font Color

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

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


#d979ab Background Color

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

This div background color is #d979ab


#d979ab Border Color

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

This div border color is #d979ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,121,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d979ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d979ab


Comments

No comments written yet.

Please login to write comment.