Color Hex Logo

#f668ac Color Hex

#F668AC
(246,104,172)
0 Favorites   0 Comments

Color spaces of #f668ac

RGB 246104172
HSL0.920.890.69
HSV331°58°96°
CMYK 0.000.580.30   0.04
XYZ50.402732.472042.6409
Yxy32.47200.40160.2587
Hunter Lab56.984258.1614-4.4774
CIE-Lab63.731161.0395-8.8577

#f668ac color RGB value is (246,104,172).

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

The process color (four color CMYK) of #f668ac color hex is 0.00, 0.58, 0.30, 0.04. Web safe color of #f668ac is #ff6699. Color #f668ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101000 10101100
Octal 366 150 254
Decimal 246 104 172
Hex F6 68 AC

RGB Percentages of Color #f668ac

%47.13
%19.92
%32.95

CMYK Percentages of Color #f668ac

%0
%58
%30
%4

Triadic Colors of #f668ac

#f668ac #acf668 #68acf6

Analogous Colors of #f668ac

#f668ac #f66b68 #f668f3

Monochromatic Colors of #f668ac

#f668ac

Complementary Color

#f668ac #68f6b2

#f668ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f668ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f668ac Color CSS Codes

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

#f668ac Text Font Color

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

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


#f668ac Background Color

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

This div background color is #f668ac


#f668ac Border Color

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

This div border color is #f668ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f668ac


Comments

No comments written yet.

Please login to write comment.