Color Hex Logo

#f86aac Color Hex

#F86AAC
(248,106,172)
0 Favorites   0 Comments

Color spaces of #f86aac

RGB 248106172
HSL0.920.910.69
HSV332°57°97°
CMYK 0.000.570.31   0.03
XYZ51.311833.243142.7419
Yxy33.24310.40310.2611
Hunter Lab57.656857.9569-3.5928
CIE-Lab64.357360.7592-7.8935

#f86aac color RGB value is (248,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101010 10101100
Octal 370 152 254
Decimal 248 106 172
Hex F8 6A AC

RGB Percentages of Color #f86aac

%47.15
%20.15
%32.70

CMYK Percentages of Color #f86aac

%0
%57
%31
%3

Triadic Colors of #f86aac

#f86aac #acf86a #6aacf8

Analogous Colors of #f86aac

#f86aac #f86f6a #f86af3

Monochromatic Colors of #f86aac

#f86aac

Complementary Color

#f86aac #6af8b6

#f86aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86aac Color CSS Codes

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

#f86aac Text Font Color

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

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


#f86aac Background Color

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

This div background color is #f86aac


#f86aac Border Color

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

This div border color is #f86aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86aac


Comments

No comments written yet.

Please login to write comment.