Color Hex Logo

#f66bac Color Hex

#F66BAC
(246,107,172)
0 Favorites   0 Comments

Color spaces of #f66bac

RGB 246107172
HSL0.920.890.69
HSV332°57°96°
CMYK 0.000.570.30   0.04
XYZ50.710133.086842.7434
Yxy33.08680.40070.2615
Hunter Lab57.521156.7020-3.7930
CIE-Lab64.231159.7053-8.1127

#f66bac color RGB value is (246,107,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101011 10101100
Octal 366 153 254
Decimal 246 107 172
Hex F6 6B AC

RGB Percentages of Color #f66bac

%46.86
%20.38
%32.76

CMYK Percentages of Color #f66bac

%0
%57
%30
%4

Triadic Colors of #f66bac

#f66bac #acf66b #6bacf6

Analogous Colors of #f66bac

#f66bac #f6706b #f66bf2

Monochromatic Colors of #f66bac

#f66bac

Complementary Color

#f66bac #6bf6b5

#f66bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66bac Color CSS Codes

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

#f66bac Text Font Color

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

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


#f66bac Background Color

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

This div background color is #f66bac


#f66bac Border Color

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

This div border color is #f66bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66bac


Comments

No comments written yet.

Please login to write comment.