Color Hex Logo

#f86ace Color Hex

#F86ACE
(248,106,206)
0 Favorites   0 Comments

Color spaces of #f86ace

RGB 248106206
HSL0.880.910.69
HSV318°57°97°
CMYK 0.000.570.17   0.03
XYZ55.006034.720862.1952
Yxy34.72080.36210.2285
Hunter Lab58.924463.5125-21.3341
CIE-Lab65.530765.2461-25.3741

#f86ace color RGB value is (248,106,206).

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

The process color (four color CMYK) of #f86ace color hex is 0.00, 0.57, 0.17, 0.03. Web safe color of #f86ace is #ff66cc. Color #f86ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101010 11001110
Octal 370 152 316
Decimal 248 106 206
Hex F8 6A CE

RGB Percentages of Color #f86ace

%44.29
%18.93
%36.79

CMYK Percentages of Color #f86ace

%0
%57
%17
%3

Triadic Colors of #f86ace

#f86ace #cef86a #6acef8

Analogous Colors of #f86ace

#f86ace #f86a87 #db6af8

Monochromatic Colors of #f86ace

#f86ace

Complementary Color

#f86ace #6af894

#f86ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86ace Color CSS Codes

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

#f86ace Text Font Color

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

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


#f86ace Background Color

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

This div background color is #f86ace


#f86ace Border Color

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

This div border color is #f86ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,106,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86ace


Comments

No comments written yet.

Please login to write comment.