Color Hex Logo

#df62fd Color Hex

#DF62FD
(223,98,253)
0 Favorites   0 Comments

Color spaces of #df62fd

RGB 22398253
HSL0.800.970.69
HSV288°61°99°
CMYK 0.120.610.00   0.01
XYZ52.528731.515296.2430
Yxy31.51520.29140.1748
Hunter Lab56.138468.7802-62.3492
CIE-Lab62.940270.0607-55.8367

#df62fd color RGB value is (223,98,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100010 11111101
Octal 337 142 375
Decimal 223 98 253
Hex DF 62 FD

RGB Percentages of Color #df62fd

%38.85
%17.07
%44.08

CMYK Percentages of Color #df62fd

%12
%61
%0
%1

Triadic Colors of #df62fd

#df62fd #fddf62 #62fddf

Analogous Colors of #df62fd

#df62fd #fd62ce #9262fd

Monochromatic Colors of #df62fd

#df62fd

Complementary Color

#df62fd #80fd62

#df62fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df62fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df62fd Color CSS Codes

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

#df62fd Text Font Color

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

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


#df62fd Background Color

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

This div background color is #df62fd


#df62fd Border Color

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

This div border color is #df62fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df62fd

Related Colors


Comments

No comments written yet.

Please login to write comment.