Color Hex Logo

#df77df Color Hex

#DF77DF
(223,119,223)
0 Favorites   0 Comments

Color spaces of #df77df

RGB 223119223
HSL0.830.620.67
HSV300°47°87°
CMYK 0.000.470.00   0.13
XYZ50.347534.209373.7615
Yxy34.20930.31800.2161
Hunter Lab58.488751.2988-33.8299
CIE-Lab65.128454.8690-35.7756

#df77df color RGB value is (223,119,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110111 11011111
Octal 337 167 337
Decimal 223 119 223
Hex DF 77 DF

RGB Percentages of Color #df77df

%39.47
%21.06
%39.47

CMYK Percentages of Color #df77df

%0
%47
%0
%13

Triadic Colors of #df77df

#df77df #dfdf77 #77dfdf

Analogous Colors of #df77df

#df77df #df77ab #ab77df

Monochromatic Colors of #df77df

#df77df

Complementary Color

#df77df #77df77

#df77df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df77df Color Preview on White Background

Lorem ipsum dolor sit amet.

#df77df Color CSS Codes

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

#df77df Text Font Color

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

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


#df77df Background Color

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

This div background color is #df77df


#df77df Border Color

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

This div border color is #df77df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df77df


Comments

No comments written yet.

Please login to write comment.