Color Hex Logo

#f66caa Color Hex

#F66CAA
(246,108,170)
0 Favorites   0 Comments

Color spaces of #f66caa

RGB 246108170
HSL0.930.880.69
HSV333°56°96°
CMYK 0.000.560.31   0.04
XYZ50.624333.220241.7742
Yxy33.22020.40300.2645
Hunter Lab57.637055.9173-2.6264
CIE-Lab64.338859.0123-6.8117

#f66caa color RGB value is (246,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101100 10101010
Octal 366 154 252
Decimal 246 108 170
Hex F6 6C AA

RGB Percentages of Color #f66caa

%46.95
%20.61
%32.44

CMYK Percentages of Color #f66caa

%0
%56
%31
%4

Triadic Colors of #f66caa

#f66caa #aaf66c #6caaf6

Analogous Colors of #f66caa

#f66caa #f6736c #f66cef

Monochromatic Colors of #f66caa

#f66caa

Complementary Color

#f66caa #6cf6b8

#f66caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66caa Color CSS Codes

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

#f66caa Text Font Color

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

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


#f66caa Background Color

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

This div background color is #f66caa


#f66caa Border Color

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

This div border color is #f66caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66caa


Comments

No comments written yet.

Please login to write comment.