Color Hex Logo

#df59ea Color Hex

#DF59EA
(223,89,234)
0 Favorites   0 Comments

Color spaces of #df59ea

RGB 22389234
HSL0.820.780.63
HSV295°62°92°
CMYK 0.050.620.00   0.08
XYZ48.855128.773280.8207
Yxy28.77320.30830.1816
Hunter Lab53.640768.7040-51.7841
CIE-Lab60.580970.4325-49.0496

#df59ea color RGB value is (223,89,234).

#df59ea hex color red value is 223, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #df59ea hue: 0.82 , saturation: 0.78 and the lightness value of df59ea is 0.63.

The process color (four color CMYK) of #df59ea color hex is 0.05, 0.62, 0.00, 0.08. Web safe color of #df59ea is #cc66ff. Color #df59ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011001 11101010
Octal 337 131 352
Decimal 223 89 234
Hex DF 59 EA

RGB Percentages of Color #df59ea

%40.84
%16.30
%42.86

CMYK Percentages of Color #df59ea

%5
%62
%0
%8

Triadic Colors of #df59ea

#df59ea #eadf59 #59eadf

Analogous Colors of #df59ea

#df59ea #ea59ad #9759ea

Monochromatic Colors of #df59ea

#df59ea

Complementary Color

#df59ea #64ea59

#df59ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df59ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#df59ea Color CSS Codes

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

#df59ea Text Font Color

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

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


#df59ea Background Color

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

This div background color is #df59ea


#df59ea Border Color

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

This div border color is #df59ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df59ea


Comments

No comments written yet.

Please login to write comment.