Color Hex Logo

#f866ef Color Hex

#F866EF
(248,102,239)
0 Favorites   0 Comments

Color spaces of #f866ef

RGB 248102239
HSL0.840.910.69
HSV304°59°97°
CMYK 0.000.590.04   0.03
XYZ59.042835.691285.4385
Yxy35.69120.32770.1981
Hunter Lab59.742171.8619-42.9724
CIE-Lab66.283371.9555-42.6031

#f866ef color RGB value is (248,102,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100110 11101111
Octal 370 146 357
Decimal 248 102 239
Hex F8 66 EF

RGB Percentages of Color #f866ef

%42.11
%17.32
%40.58

CMYK Percentages of Color #f866ef

%0
%59
%4
%3

Triadic Colors of #f866ef

#f866ef #eff866 #66eff8

Analogous Colors of #f866ef

#f866ef #f866a6 #b866f8

Monochromatic Colors of #f866ef

#f866ef

Complementary Color

#f866ef #66f86f

#f866ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f866ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f866ef Color CSS Codes

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

#f866ef Text Font Color

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

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


#f866ef Background Color

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

This div background color is #f866ef


#f866ef Border Color

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

This div border color is #f866ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f866ef

Related Colors


Comments

No comments written yet.

Please login to write comment.