Color Hex Logo

#f66ade Color Hex

#F66ADE
(246,106,222)
0 Favorites   0 Comments

Color spaces of #f66ade

RGB 246106222
HSL0.860.890.69
HSV310°57°96°
CMYK 0.000.570.10   0.04
XYZ56.344935.174872.9270
Yxy35.17480.34260.2139
Hunter Lab59.308365.7913-31.3886
CIE-Lab65.884567.0747-33.8069

#f66ade color RGB value is (246,106,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101010 11011110
Octal 366 152 336
Decimal 246 106 222
Hex F6 6A DE

RGB Percentages of Color #f66ade

%42.86
%18.47
%38.68

CMYK Percentages of Color #f66ade

%0
%57
%10
%4

Triadic Colors of #f66ade

#f66ade #def66a #6adef6

Analogous Colors of #f66ade

#f66ade #f66a98 #c86af6

Monochromatic Colors of #f66ade

#f66ade

Complementary Color

#f66ade #6af682

#f66ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66ade Color CSS Codes

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

#f66ade Text Font Color

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

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


#f66ade Background Color

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

This div background color is #f66ade


#f66ade Border Color

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

This div border color is #f66ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66ade


Comments

No comments written yet.

Please login to write comment.