Color Hex Logo

#d977df Color Hex

#D977DF
(217,119,223)
0 Favorites   0 Comments

Color spaces of #d977df

RGB 217119223
HSL0.820.620.67
HSV297°47°87°
CMYK 0.030.470.00   0.13
XYZ48.531433.273173.6765
Yxy33.27310.31210.2140
Hunter Lab57.682849.2358-35.3513
CIE-Lab64.381453.1645-36.9959

#d977df color RGB value is (217,119,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110111 11011111
Octal 331 167 337
Decimal 217 119 223
Hex D9 77 DF

RGB Percentages of Color #d977df

%38.82
%21.29
%39.89

CMYK Percentages of Color #d977df

%3
%47
%0
%13

Triadic Colors of #d977df

#d977df #dfd977 #77dfd9

Analogous Colors of #d977df

#d977df #df77b1 #a577df

Monochromatic Colors of #d977df

#d977df

Complementary Color

#d977df #7ddf77

#d977df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d977df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d977df Color CSS Codes

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

#d977df Text Font Color

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

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


#d977df Background Color

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

This div background color is #d977df


#d977df Border Color

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

This div border color is #d977df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d977df


Comments

No comments written yet.

Please login to write comment.