Color Hex Logo

#f86eaf Color Hex

#F86EAF
(248,110,175)
0 Favorites   0 Comments

Color spaces of #f86eaf

RGB 248110175
HSL0.920.910.70
HSV332°56°97°
CMYK 0.000.560.29   0.03
XYZ52.025234.203544.4173
Yxy34.20350.39820.2618
Hunter Lab58.483856.4411-4.0910
CIE-Lab65.123859.3334-8.4609

#f86eaf color RGB value is (248,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101110 10101111
Octal 370 156 257
Decimal 248 110 175
Hex F8 6E AF

RGB Percentages of Color #f86eaf

%46.53
%20.64
%32.83

CMYK Percentages of Color #f86eaf

%0
%56
%29
%3

Triadic Colors of #f86eaf

#f86eaf #aff86e #6eaff8

Analogous Colors of #f86eaf

#f86eaf #f8726e #f86ef4

Monochromatic Colors of #f86eaf

#f86eaf

Complementary Color

#f86eaf #6ef8b7

#f86eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86eaf Color CSS Codes

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

#f86eaf Text Font Color

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

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


#f86eaf Background Color

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

This div background color is #f86eaf


#f86eaf Border Color

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

This div border color is #f86eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86eaf


Comments

No comments written yet.

Please login to write comment.