Color Hex Logo

#f66daa Color Hex

#F66DAA
(246,109,170)
0 Favorites   0 Comments

Color spaces of #f66daa

RGB 246109170
HSL0.930.880.70
HSV333°56°96°
CMYK 0.000.560.31   0.04
XYZ50.730433.432441.8095
Yxy33.43240.40270.2654
Hunter Lab57.820855.4248-2.3974
CIE-Lab64.509558.5595-6.5583

#f66daa color RGB value is (246,109,170).

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

The process color (four color CMYK) of #f66daa color hex is 0.00, 0.56, 0.31, 0.04. Web safe color of #f66daa is #ff6699. Color #f66daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101101 10101010
Octal 366 155 252
Decimal 246 109 170
Hex F6 6D AA

RGB Percentages of Color #f66daa

%46.86
%20.76
%32.38

CMYK Percentages of Color #f66daa

%0
%56
%31
%4

Triadic Colors of #f66daa

#f66daa #aaf66d #6daaf6

Analogous Colors of #f66daa

#f66daa #f6756d #f66def

Monochromatic Colors of #f66daa

#f66daa

Complementary Color

#f66daa #6df6b9

#f66daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66daa Color CSS Codes

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

#f66daa Text Font Color

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

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


#f66daa Background Color

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

This div background color is #f66daa


#f66daa Border Color

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

This div border color is #f66daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66daa


Comments

No comments written yet.

Please login to write comment.