Color Hex Logo

#f86cac Color Hex

#F86CAC
(248,108,172)
0 Favorites   0 Comments

Color spaces of #f86cac

RGB 248108172
HSL0.920.910.70
HSV333°56°97°
CMYK 0.000.560.31   0.03
XYZ51.520433.660142.8114
Yxy33.66010.40250.2630
Hunter Lab58.017356.9808-3.1384
CIE-Lab64.691959.8679-7.3959

#f86cac color RGB value is (248,108,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101100 10101100
Octal 370 154 254
Decimal 248 108 172
Hex F8 6C AC

RGB Percentages of Color #f86cac

%46.97
%20.45
%32.58

CMYK Percentages of Color #f86cac

%0
%56
%31
%3

Triadic Colors of #f86cac

#f86cac #acf86c #6cacf8

Analogous Colors of #f86cac

#f86cac #f8726c #f86cf2

Monochromatic Colors of #f86cac

#f86cac

Complementary Color

#f86cac #6cf8b8

#f86cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86cac Color CSS Codes

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

#f86cac Text Font Color

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

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


#f86cac Background Color

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

This div background color is #f86cac


#f86cac Border Color

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

This div border color is #f86cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86cac


Comments

No comments written yet.

Please login to write comment.