Color Hex Logo

#f66aca Color Hex

#F66ACA
(246,106,202)
0 Favorites   0 Comments

Color spaces of #f66aca

RGB 246106202
HSL0.890.890.69
HSV319°57°96°
CMYK 0.000.570.18   0.04
XYZ53.820734.165259.6350
Yxy34.16520.36460.2314
Hunter Lab58.451062.0705-19.5753
CIE-Lab65.093564.1160-23.8190

#f66aca color RGB value is (246,106,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101010 11001010
Octal 366 152 312
Decimal 246 106 202
Hex F6 6A CA

RGB Percentages of Color #f66aca

%44.40
%19.13
%36.46

CMYK Percentages of Color #f66aca

%0
%57
%18
%4

Triadic Colors of #f66aca

#f66aca #caf66a #6acaf6

Analogous Colors of #f66aca

#f66aca #f66a84 #dc6af6

Monochromatic Colors of #f66aca

#f66aca

Complementary Color

#f66aca #6af696

#f66aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66aca Color CSS Codes

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

#f66aca Text Font Color

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

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


#f66aca Background Color

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

This div background color is #f66aca


#f66aca Border Color

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

This div border color is #f66aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66aca


Comments

No comments written yet.

Please login to write comment.