Color Hex Logo

#f86ebb Color Hex

#F86EBB
(248,110,187)
0 Favorites   0 Comments

Color spaces of #f86ebb

RGB 248110187
HSL0.910.910.70
HSV327°56°97°
CMYK 0.000.560.25   0.03
XYZ53.257034.696250.9038
Yxy34.69620.38350.2499
Hunter Lab58.903558.3079-10.0054
CIE-Lab65.511560.8652-14.6874

#f86ebb color RGB value is (248,110,187).

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

The process color (four color CMYK) of #f86ebb color hex is 0.00, 0.56, 0.25, 0.03. Web safe color of #f86ebb is #ff66cc. Color #f86ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101110 10111011
Octal 370 156 273
Decimal 248 110 187
Hex F8 6E BB

RGB Percentages of Color #f86ebb

%45.50
%20.18
%34.31

CMYK Percentages of Color #f86ebb

%0
%56
%25
%3

Triadic Colors of #f86ebb

#f86ebb #bbf86e #6ebbf8

Analogous Colors of #f86ebb

#f86ebb #f86e76 #f06ef8

Monochromatic Colors of #f86ebb

#f86ebb

Complementary Color

#f86ebb #6ef8ab

#f86ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86ebb Color CSS Codes

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

#f86ebb Text Font Color

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

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


#f86ebb Background Color

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

This div background color is #f86ebb


#f86ebb Border Color

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

This div border color is #f86ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86ebb


Comments

No comments written yet.

Please login to write comment.