Color Hex Logo

#f859fe Color Hex

#F859FE
(248,89,254)
0 Favorites   0 Comments

Color spaces of #f859fe

RGB 24889254
HSL0.830.990.67
HSV298°65°100°
CMYK 0.020.650.00   0.00
XYZ60.173234.257097.2067
Yxy34.25700.31400.1788
Hunter Lab58.529581.0863-57.4991
CIE-Lab65.166179.4766-52.6374

#f859fe color RGB value is (248,89,254).

#f859fe hex color red value is 248, green value is 89 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f859fe hue: 0.83 , saturation: 0.99 and the lightness value of f859fe is 0.67.

The process color (four color CMYK) of #f859fe color hex is 0.02, 0.65, 0.00, 0.00. Web safe color of #f859fe is #ff66ff. Color #f859fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011001 11111110
Octal 370 131 376
Decimal 248 89 254
Hex F8 59 FE

RGB Percentages of Color #f859fe

%41.96
%15.06
%42.98

CMYK Percentages of Color #f859fe

%2
%65
%0
%0

Triadic Colors of #f859fe

#f859fe #fef859 #59fef8

Analogous Colors of #f859fe

#f859fe #fe59b2 #a659fe

Monochromatic Colors of #f859fe

#f859fe

Complementary Color

#f859fe #5ffe59

#f859fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f859fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f859fe Color CSS Codes

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

#f859fe Text Font Color

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

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


#f859fe Background Color

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

This div background color is #f859fe


#f859fe Border Color

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

This div border color is #f859fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f859fe

Related Colors


Comments

No comments written yet.

Please login to write comment.