Color Hex Logo

#d979df Color Hex

#D979DF
(217,121,223)
0 Favorites   0 Comments

Color spaces of #d979df

RGB 217121223
HSL0.820.610.67
HSV296°46°87°
CMYK 0.030.460.00   0.13
XYZ48.771933.754273.7567
Yxy33.75420.31210.2160
Hunter Lab58.098448.1735-34.6006
CIE-Lab64.767052.1616-36.3948

#d979df color RGB value is (217,121,223).

#d979df hex color red value is 217, green value is 121 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d979df hue: 0.82 , saturation: 0.61 and the lightness value of d979df is 0.67.

The process color (four color CMYK) of #d979df color hex is 0.03, 0.46, 0.00, 0.13. Web safe color of #d979df is #cc66cc. Color #d979df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111001 11011111
Octal 331 171 337
Decimal 217 121 223
Hex D9 79 DF

RGB Percentages of Color #d979df

%38.68
%21.57
%39.75

CMYK Percentages of Color #d979df

%3
%46
%0
%13

Triadic Colors of #d979df

#d979df #dfd979 #79dfd9

Analogous Colors of #d979df

#d979df #df79b2 #a679df

Monochromatic Colors of #d979df

#d979df

Complementary Color

#d979df #7fdf79

#d979df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d979df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d979df Color CSS Codes

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

#d979df Text Font Color

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

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


#d979df Background Color

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

This div background color is #d979df


#d979df Border Color

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

This div border color is #d979df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d979df


Comments

No comments written yet.

Please login to write comment.