Color Hex Logo

#f66fde Color Hex

#F66FDE
(246,111,222)
0 Favorites   0 Comments

Color spaces of #f66fde

RGB 246111222
HSL0.860.880.70
HSV311°55°96°
CMYK 0.000.550.10   0.04
XYZ56.875336.235673.1038
Yxy36.23560.34220.2180
Hunter Lab60.196063.3100-29.8663
CIE-Lab66.699564.8755-32.5430

#f66fde color RGB value is (246,111,222).

#f66fde hex color red value is 246, green value is 111 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f66fde hue: 0.86 , saturation: 0.88 and the lightness value of f66fde is 0.70.

The process color (four color CMYK) of #f66fde color hex is 0.00, 0.55, 0.10, 0.04. Web safe color of #f66fde is #ff66cc. Color #f66fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101111 11011110
Octal 366 157 336
Decimal 246 111 222
Hex F6 6F DE

RGB Percentages of Color #f66fde

%42.49
%19.17
%38.34

CMYK Percentages of Color #f66fde

%0
%55
%10
%4

Triadic Colors of #f66fde

#f66fde #def66f #6fdef6

Analogous Colors of #f66fde

#f66fde #f66f9b #cb6ff6

Monochromatic Colors of #f66fde

#f66fde

Complementary Color

#f66fde #6ff687

#f66fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66fde Color CSS Codes

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

#f66fde Text Font Color

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

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


#f66fde Background Color

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

This div background color is #f66fde


#f66fde Border Color

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

This div border color is #f66fde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,111,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f66fde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f66fde;
  -webkit-box-shadow: 1px 1px 3px 2px #f66fde;
  box-shadow:         1px 1px 3px 2px #f66fde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,111,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66fde


Comments

No comments written yet.

Please login to write comment.