Color Hex Logo

#f66aaa Color Hex

#F66AAA
(246,106,170)
0 Favorites   0 Comments

Color spaces of #f66aaa

RGB 246106170
HSL0.920.890.69
HSV333°57°96°
CMYK 0.000.570.31   0.04
XYZ50.415832.803241.7047
Yxy32.80320.40360.2626
Hunter Lab57.274156.8959-3.0808
CIE-Lab64.001259.9101-7.3131

#f66aaa color RGB value is (246,106,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101010 10101010
Octal 366 152 252
Decimal 246 106 170
Hex F6 6A AA

RGB Percentages of Color #f66aaa

%47.13
%20.31
%32.57

CMYK Percentages of Color #f66aaa

%0
%57
%31
%4

Triadic Colors of #f66aaa

#f66aaa #aaf66a #6aaaf6

Analogous Colors of #f66aaa

#f66aaa #f6706a #f66af0

Monochromatic Colors of #f66aaa

#f66aaa

Complementary Color

#f66aaa #6af6b6

#f66aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66aaa Color CSS Codes

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

#f66aaa Text Font Color

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

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


#f66aaa Background Color

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

This div background color is #f66aaa


#f66aaa Border Color

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

This div border color is #f66aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66aaa


Comments

No comments written yet.

Please login to write comment.