Color Hex Logo

#f86ebc Color Hex

#F86EBC
(248,110,188)
0 Favorites   0 Comments

Color spaces of #f86ebc

RGB 248110188
HSL0.910.910.70
HSV326°56°97°
CMYK 0.000.560.24   0.03
XYZ53.364434.739251.4697
Yxy34.73920.38230.2489
Hunter Lab58.940058.4694-10.5174
CIE-Lab65.545160.9971-15.2025

#f86ebc color RGB value is (248,110,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101110 10111100
Octal 370 156 274
Decimal 248 110 188
Hex F8 6E BC

RGB Percentages of Color #f86ebc

%45.42
%20.15
%34.43

CMYK Percentages of Color #f86ebc

%0
%56
%24
%3

Triadic Colors of #f86ebc

#f86ebc #bcf86e #6ebcf8

Analogous Colors of #f86ebc

#f86ebc #f86e77 #ef6ef8

Monochromatic Colors of #f86ebc

#f86ebc

Complementary Color

#f86ebc #6ef8aa

#f86ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86ebc Color CSS Codes

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

#f86ebc Text Font Color

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

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


#f86ebc Background Color

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

This div background color is #f86ebc


#f86ebc Border Color

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

This div border color is #f86ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86ebc


Comments

No comments written yet.

Please login to write comment.