Color Hex Logo

#df61df Color Hex

#DF61DF
(223,97,223)
0 Favorites   0 Comments

Color spaces of #df61df

RGB 22397223
HSL0.830.660.63
HSV300°57°87°
CMYK 0.000.570.00   0.13
XYZ48.025429.565172.9874
Yxy29.56510.31890.1963
Hunter Lab54.373862.5051-41.5249
CIE-Lab61.277265.1513-41.7989

#df61df color RGB value is (223,97,223).

#df61df hex color red value is 223, green value is 97 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #df61df hue: 0.83 , saturation: 0.66 and the lightness value of df61df is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 11011111
Octal 337 141 337
Decimal 223 97 223
Hex DF 61 DF

RGB Percentages of Color #df61df

%41.07
%17.86
%41.07

CMYK Percentages of Color #df61df

%0
%57
%0
%13

Triadic Colors of #df61df

#df61df #dfdf61 #61dfdf

Analogous Colors of #df61df

#df61df #df61a0 #a061df

Monochromatic Colors of #df61df

#df61df

Complementary Color

#df61df #61df61

#df61df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df61df Color Preview on White Background

Lorem ipsum dolor sit amet.

#df61df Color CSS Codes

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

#df61df Text Font Color

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

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


#df61df Background Color

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

This div background color is #df61df


#df61df Border Color

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

This div border color is #df61df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df61df


Comments

No comments written yet.

Please login to write comment.