Color Hex Logo

#d977cc Color Hex

#D977CC
(217,119,204)
0 Favorites   0 Comments

Color spaces of #d977cc

RGB 217119204
HSL0.860.560.66
HSV308°45°85°
CMYK 0.000.450.06   0.15
XYZ46.111232.305060.9319
Yxy32.30500.33090.2318
Hunter Lab56.837545.3481-23.7748
CIE-Lab63.594249.8012-27.5817

#d977cc color RGB value is (217,119,204).

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

The process color (four color CMYK) of #d977cc color hex is 0.00, 0.45, 0.06, 0.15. Web safe color of #d977cc is #cc66cc. Color #d977cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110111 11001100
Octal 331 167 314
Decimal 217 119 204
Hex D9 77 CC

RGB Percentages of Color #d977cc

%40.19
%22.04
%37.78

CMYK Percentages of Color #d977cc

%0
%45
%6
%15

Triadic Colors of #d977cc

#d977cc #ccd977 #77ccd9

Analogous Colors of #d977cc

#d977cc #d9779b #b577d9

Monochromatic Colors of #d977cc

#d977cc

Complementary Color

#d977cc #77d984

#d977cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d977cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d977cc Color CSS Codes

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

#d977cc Text Font Color

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

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


#d977cc Background Color

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

This div background color is #d977cc


#d977cc Border Color

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

This div border color is #d977cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d977cc


Comments

No comments written yet.

Please login to write comment.