Color Hex Logo

#f86bac Color Hex

#F86BAC
(248,107,172)
0 Favorites   0 Comments

Color spaces of #f86bac

RGB 248107172
HSL0.920.910.70
HSV332°57°97°
CMYK 0.000.570.31   0.03
XYZ51.415533.450442.7764
Yxy33.45040.40280.2621
Hunter Lab57.836357.4699-3.3661
CIE-Lab64.524060.3148-7.6455

#f86bac color RGB value is (248,107,172).

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

The process color (four color CMYK) of #f86bac color hex is 0.00, 0.57, 0.31, 0.03. Web safe color of #f86bac is #ff6699. Color #f86bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101011 10101100
Octal 370 153 254
Decimal 248 107 172
Hex F8 6B AC

RGB Percentages of Color #f86bac

%47.06
%20.30
%32.64

CMYK Percentages of Color #f86bac

%0
%57
%31
%3

Triadic Colors of #f86bac

#f86bac #acf86b #6bacf8

Analogous Colors of #f86bac

#f86bac #f8716b #f86bf3

Monochromatic Colors of #f86bac

#f86bac

Complementary Color

#f86bac #6bf8b7

#f86bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86bac Color CSS Codes

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

#f86bac Text Font Color

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

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


#f86bac Background Color

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

This div background color is #f86bac


#f86bac Border Color

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

This div border color is #f86bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86bac


Comments

No comments written yet.

Please login to write comment.