Color Hex Logo

#f86fed Color Hex

#F86FED
(248,111,237)
0 Favorites   0 Comments

Color spaces of #f86fed

RGB 248111237
HSL0.850.910.70
HSV305°55°97°
CMYK 0.000.550.04   0.03
XYZ59.681937.439884.2018
Yxy37.43980.32910.2065
Hunter Lab61.188167.0270-38.7582
CIE-Lab67.605767.7893-39.4288

#f86fed color RGB value is (248,111,237).

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

The process color (four color CMYK) of #f86fed color hex is 0.00, 0.55, 0.04, 0.03. Web safe color of #f86fed is #ff66ff. Color #f86fed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101111 11101101
Octal 370 157 355
Decimal 248 111 237
Hex F8 6F ED

RGB Percentages of Color #f86fed

%41.61
%18.62
%39.77

CMYK Percentages of Color #f86fed

%0
%55
%4
%3

Triadic Colors of #f86fed

#f86fed #edf86f #6fedf8

Analogous Colors of #f86fed

#f86fed #f86fa9 #bf6ff8

Monochromatic Colors of #f86fed

#f86fed

Complementary Color

#f86fed #6ff87a

#f86fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86fed Color CSS Codes

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

#f86fed Text Font Color

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

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


#f86fed Background Color

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

This div background color is #f86fed


#f86fed Border Color

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

This div border color is #f86fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86fed


Comments

No comments written yet.

Please login to write comment.