Color Hex Logo

#df66fd Color Hex

#DF66FD
(223,102,253)
0 Favorites   0 Comments

Color spaces of #df66fd

RGB 223102253
HSL0.800.970.70
HSV288°60°99°
CMYK 0.120.600.00   0.01
XYZ52.912432.282696.3709
Yxy32.28260.29140.1778
Hunter Lab56.817866.7997-60.7917
CIE-Lab63.575868.3177-54.8258

#df66fd color RGB value is (223,102,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100110 11111101
Octal 337 146 375
Decimal 223 102 253
Hex DF 66 FD

RGB Percentages of Color #df66fd

%38.58
%17.65
%43.77

CMYK Percentages of Color #df66fd

%12
%60
%0
%1

Triadic Colors of #df66fd

#df66fd #fddf66 #66fddf

Analogous Colors of #df66fd

#df66fd #fd66d0 #9466fd

Monochromatic Colors of #df66fd

#df66fd

Complementary Color

#df66fd #84fd66

#df66fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df66fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df66fd Color CSS Codes

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

#df66fd Text Font Color

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

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


#df66fd Background Color

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

This div background color is #df66fd


#df66fd Border Color

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

This div border color is #df66fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df66fd

Related Colors


Comments

No comments written yet.

Please login to write comment.