Color Hex Logo

#f668a8 Color Hex

#F668A8
(246,104,168)
0 Favorites   0 Comments

Color spaces of #f668a8

RGB 246104168
HSL0.920.890.69
HSV333°58°96°
CMYK 0.000.580.32   0.04
XYZ50.024232.320640.6477
Yxy32.32060.40670.2628
Hunter Lab56.851257.5751-2.5955
CIE-Lab63.607060.5589-6.7553

#f668a8 color RGB value is (246,104,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101000 10101000
Octal 366 150 250
Decimal 246 104 168
Hex F6 68 A8

RGB Percentages of Color #f668a8

%47.49
%20.08
%32.43

CMYK Percentages of Color #f668a8

%0
%58
%32
%4

Triadic Colors of #f668a8

#f668a8 #a8f668 #68a8f6

Analogous Colors of #f668a8

#f668a8 #f66f68 #f668ef

Monochromatic Colors of #f668a8

#f668a8

Complementary Color

#f668a8 #68f6b6

#f668a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f668a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f668a8 Color CSS Codes

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

#f668a8 Text Font Color

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

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


#f668a8 Background Color

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

This div background color is #f668a8


#f668a8 Border Color

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

This div border color is #f668a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f668a8


Comments

No comments written yet.

Please login to write comment.