Color Hex Logo

#df77dc Color Hex

#DF77DC
(223,119,220)
0 Favorites   0 Comments

Color spaces of #df77dc

RGB 223119220
HSL0.840.620.67
HSV302°47°87°
CMYK 0.000.470.01   0.13
XYZ49.946534.048971.6498
Yxy34.04890.32090.2188
Hunter Lab58.351450.6739-31.9563
CIE-Lab65.001454.3395-34.3020

#df77dc color RGB value is (223,119,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110111 11011100
Octal 337 167 334
Decimal 223 119 220
Hex DF 77 DC

RGB Percentages of Color #df77dc

%39.68
%21.17
%39.15

CMYK Percentages of Color #df77dc

%0
%47
%1
%13

Triadic Colors of #df77dc

#df77dc #dcdf77 #77dcdf

Analogous Colors of #df77dc

#df77dc #df77a8 #ae77df

Monochromatic Colors of #df77dc

#df77dc

Complementary Color

#df77dc #77df7a

#df77dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df77dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df77dc Color CSS Codes

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

#df77dc Text Font Color

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

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


#df77dc Background Color

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

This div background color is #df77dc


#df77dc Border Color

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

This div border color is #df77dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df77dc


Comments

No comments written yet.

Please login to write comment.