Color Hex Logo

#df59dc Color Hex

#DF59DC
(223,89,220)
0 Favorites   0 Comments

Color spaces of #df59dc

RGB 22389220
HSL0.840.680.61
HSV301°60°87°
CMYK 0.000.600.01   0.13
XYZ46.922128.000070.6416
Yxy28.00000.32230.1924
Hunter Lab52.915065.6826-42.1117
CIE-Lab59.888768.0625-42.2971

#df59dc color RGB value is (223,89,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011001 11011100
Octal 337 131 334
Decimal 223 89 220
Hex DF 59 DC

RGB Percentages of Color #df59dc

%41.92
%16.73
%41.35

CMYK Percentages of Color #df59dc

%0
%60
%1
%13

Triadic Colors of #df59dc

#df59dc #dcdf59 #59dcdf

Analogous Colors of #df59dc

#df59dc #df5999 #9f59df

Monochromatic Colors of #df59dc

#df59dc

Complementary Color

#df59dc #59df5c

#df59dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df59dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df59dc Color CSS Codes

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

#df59dc Text Font Color

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

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


#df59dc Background Color

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

This div background color is #df59dc


#df59dc Border Color

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

This div border color is #df59dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df59dc


Comments

No comments written yet.

Please login to write comment.