Color Hex Logo

#f866ea Color Hex

#F866EA
(248,102,234)
0 Favorites   0 Comments

Color spaces of #f866ea

RGB 248102234
HSL0.850.910.69
HSV306°59°97°
CMYK 0.000.590.06   0.03
XYZ58.314135.399781.6012
Yxy35.39970.33260.2019
Hunter Lab59.497670.8283-39.6681
CIE-Lab66.058771.1613-40.1863

#f866ea color RGB value is (248,102,234).

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

The process color (four color CMYK) of #f866ea color hex is 0.00, 0.59, 0.06, 0.03. Web safe color of #f866ea is #ff66ff. Color #f866ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100110 11101010
Octal 370 146 352
Decimal 248 102 234
Hex F8 66 EA

RGB Percentages of Color #f866ea

%42.47
%17.47
%40.07

CMYK Percentages of Color #f866ea

%0
%59
%6
%3

Triadic Colors of #f866ea

#f866ea #eaf866 #66eaf8

Analogous Colors of #f866ea

#f866ea #f866a1 #bd66f8

Monochromatic Colors of #f866ea

#f866ea

Complementary Color

#f866ea #66f874

#f866ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f866ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f866ea Color CSS Codes

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

#f866ea Text Font Color

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

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


#f866ea Background Color

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

This div background color is #f866ea


#f866ea Border Color

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

This div border color is #f866ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f866ea


Comments

No comments written yet.

Please login to write comment.