Color Hex Logo

#df59fd Color Hex

#DF59FD
(223,89,253)
0 Favorites   0 Comments

Color spaces of #df59fd

RGB 22389253
HSL0.800.980.67
HSV289°65°99°
CMYK 0.120.650.00   0.01
XYZ51.733429.924695.9779
Yxy29.92460.29120.1685
Hunter Lab54.703473.0779-65.7328
CIE-Lab61.589173.8029-57.9897

#df59fd color RGB value is (223,89,253).

#df59fd hex color red value is 223, green value is 89 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #df59fd hue: 0.80 , saturation: 0.98 and the lightness value of df59fd is 0.67.

The process color (four color CMYK) of #df59fd color hex is 0.12, 0.65, 0.00, 0.01. Web safe color of #df59fd is #cc66ff. Color #df59fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011001 11111101
Octal 337 131 375
Decimal 223 89 253
Hex DF 59 FD

RGB Percentages of Color #df59fd

%39.47
%15.75
%44.78

CMYK Percentages of Color #df59fd

%12
%65
%0
%1

Triadic Colors of #df59fd

#df59fd #fddf59 #59fddf

Analogous Colors of #df59fd

#df59fd #fd59c9 #8d59fd

Monochromatic Colors of #df59fd

#df59fd

Complementary Color

#df59fd #77fd59

#df59fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df59fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df59fd Color CSS Codes

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

#df59fd Text Font Color

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

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


#df59fd Background Color

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

This div background color is #df59fd


#df59fd Border Color

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

This div border color is #df59fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df59fd

Related Colors


Comments

No comments written yet.

Please login to write comment.