Color Hex Logo

#f85bff Color Hex

#F85BFF
(248,91,255)
0 Favorites   0 Comments

Color spaces of #f85bff

RGB 24891255
HSL0.831.000.68
HSV297°64°100°
CMYK 0.030.640.00   0.00
XYZ60.502534.658698.1087
Yxy34.65860.31300.1793
Hunter Lab58.871680.4198-57.5959
CIE-Lab65.482078.8966-52.6865

#f85bff color RGB value is (248,91,255).

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

The process color (four color CMYK) of #f85bff color hex is 0.03, 0.64, 0.00, 0.00. Web safe color of #f85bff is #ff66ff. Color #f85bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011011 11111111
Octal 370 133 377
Decimal 248 91 255
Hex F8 5B FF

RGB Percentages of Color #f85bff

%41.75
%15.32
%42.93

CMYK Percentages of Color #f85bff

%3
%64
%0
%0

Triadic Colors of #f85bff

#f85bff #fff85b #5bfff8

Analogous Colors of #f85bff

#f85bff #ff5bb4 #a65bff

Monochromatic Colors of #f85bff

#f85bff

Complementary Color

#f85bff #62ff5b

#f85bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85bff Color CSS Codes

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

#f85bff Text Font Color

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

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


#f85bff Background Color

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

This div background color is #f85bff


#f85bff Border Color

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

This div border color is #f85bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85bff

Related Colors


Comments

No comments written yet.

Please login to write comment.