Color Hex Logo

#ff66df Color Hex

#FF66DF
(255,102,223)
0 Favorites   0 Comments

Color spaces of #ff66df

RGB 255102223
HSL0.871.000.70
HSV313°60°100°
CMYK 0.000.600.13   0.00
XYZ59.310736.090573.6522
Yxy36.09050.35080.2135
Hunter Lab60.075471.0961-30.6366
CIE-Lab66.589071.2820-33.1704

#ff66df color RGB value is (255,102,223).

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

The process color (four color CMYK) of #ff66df color hex is 0.00, 0.60, 0.13, 0.00. Web safe color of #ff66df is #ff66cc. Color #ff66df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100110 11011111
Octal 377 146 337
Decimal 255 102 223
Hex FF 66 DF

RGB Percentages of Color #ff66df

%43.97
%17.59
%38.45

CMYK Percentages of Color #ff66df

%0
%60
%13
%0

Triadic Colors of #ff66df

#ff66df #dfff66 #66dfff

Analogous Colors of #ff66df

#ff66df #ff6693 #d366ff

Monochromatic Colors of #ff66df

#ff66df

Complementary Color

#ff66df #66ff86

#ff66df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff66df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff66df Color CSS Codes

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

#ff66df Text Font Color

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

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


#ff66df Background Color

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

This div background color is #ff66df


#ff66df Border Color

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

This div border color is #ff66df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff66df


Comments

No comments written yet.

Please login to write comment.