Color Hex Logo

#df69fd Color Hex

#DF69FD
(223,105,253)
0 Favorites   0 Comments

Color spaces of #df69fd

RGB 223105253
HSL0.800.970.70
HSV288°58°99°
CMYK 0.120.580.00   0.01
XYZ53.212632.883096.4709
Yxy32.88300.29150.1801
Hunter Lab57.343765.2892-59.6046
CIE-Lab64.066166.9808-54.0468

#df69fd color RGB value is (223,105,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101001 11111101
Octal 337 151 375
Decimal 223 105 253
Hex DF 69 FD

RGB Percentages of Color #df69fd

%38.38
%18.07
%43.55

CMYK Percentages of Color #df69fd

%12
%58
%0
%1

Triadic Colors of #df69fd

#df69fd #fddf69 #69fddf

Analogous Colors of #df69fd

#df69fd #fd69d1 #9569fd

Monochromatic Colors of #df69fd

#df69fd

Complementary Color

#df69fd #87fd69

#df69fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df69fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df69fd Color CSS Codes

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

#df69fd Text Font Color

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

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


#df69fd Background Color

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

This div background color is #df69fd


#df69fd Border Color

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

This div border color is #df69fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df69fd

Related Colors


Comments

No comments written yet.

Please login to write comment.