Color Hex Logo

#f85ffe Color Hex

#F85FFE
(248,95,254)
0 Favorites   0 Comments

Color spaces of #f85ffe

RGB 24895254
HSL0.830.990.68
HSV298°63°100°
CMYK 0.020.630.00   0.00
XYZ60.693035.296697.3800
Yxy35.29660.31390.1825
Hunter Lab59.410978.3828-55.5941
CIE-Lab65.978977.2055-51.3503

#f85ffe color RGB value is (248,95,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011111 11111110
Octal 370 137 376
Decimal 248 95 254
Hex F8 5F FE

RGB Percentages of Color #f85ffe

%41.54
%15.91
%42.55

CMYK Percentages of Color #f85ffe

%2
%63
%0
%0

Triadic Colors of #f85ffe

#f85ffe #fef85f #5ffef8

Analogous Colors of #f85ffe

#f85ffe #fe5fb5 #a95ffe

Monochromatic Colors of #f85ffe

#f85ffe

Complementary Color

#f85ffe #65fe5f

#f85ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85ffe Color CSS Codes

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

#f85ffe Text Font Color

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

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


#f85ffe Background Color

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

This div background color is #f85ffe


#f85ffe Border Color

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

This div border color is #f85ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.