Color Hex Logo

#df77cc Color Hex

#DF77CC
(223,119,204)
0 Favorites   0 Comments

Color spaces of #df77cc

RGB 223119204
HSL0.860.620.67
HSV311°47°87°
CMYK 0.000.470.09   0.13
XYZ47.927333.241361.0169
Yxy33.24130.33710.2338
Hunter Lab57.655347.4856-22.3883
CIE-Lab64.355851.6098-26.3451

#df77cc color RGB value is (223,119,204).

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

The process color (four color CMYK) of #df77cc color hex is 0.00, 0.47, 0.09, 0.13. Web safe color of #df77cc is #cc66cc. Color #df77cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110111 11001100
Octal 337 167 314
Decimal 223 119 204
Hex DF 77 CC

RGB Percentages of Color #df77cc

%40.84
%21.79
%37.36

CMYK Percentages of Color #df77cc

%0
%47
%9
%13

Triadic Colors of #df77cc

#df77cc #ccdf77 #77ccdf

Analogous Colors of #df77cc

#df77cc #df7798 #be77df

Monochromatic Colors of #df77cc

#df77cc

Complementary Color

#df77cc #77df8a

#df77cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df77cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df77cc Color CSS Codes

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

#df77cc Text Font Color

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

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


#df77cc Background Color

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

This div background color is #df77cc


#df77cc Border Color

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

This div border color is #df77cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df77cc


Comments

No comments written yet.

Please login to write comment.