Color Hex Logo

#f856ef Color Hex

#F856EF
(248,86,239)
0 Favorites   0 Comments

Color spaces of #f856ef

RGB 24886239
HSL0.840.920.65
HSV303°65°97°
CMYK 0.000.650.04   0.03
XYZ57.619232.844084.9640
Yxy32.84400.32850.1872
Hunter Lab57.309779.1721-47.7831
CIE-Lab64.034478.1923-46.1384

#f856ef color RGB value is (248,86,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010110 11101111
Octal 370 126 357
Decimal 248 86 239
Hex F8 56 EF

RGB Percentages of Color #f856ef

%43.28
%15.01
%41.71

CMYK Percentages of Color #f856ef

%0
%65
%4
%3

Triadic Colors of #f856ef

#f856ef #eff856 #56eff8

Analogous Colors of #f856ef

#f856ef #f8569e #b056f8

Monochromatic Colors of #f856ef

#f856ef

Complementary Color

#f856ef #56f85f

#f856ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f856ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f856ef Color CSS Codes

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

#f856ef Text Font Color

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

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


#f856ef Background Color

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

This div background color is #f856ef


#f856ef Border Color

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

This div border color is #f856ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,86,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 #f856ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f856ef


Comments

No comments written yet.

Please login to write comment.