Color Hex Logo

#f859bf Color Hex

#F859BF
(248,89,191)
0 Favorites   0 Comments

Color spaces of #f859bf

RGB 24889191
HSL0.890.920.66
HSV322°64°97°
CMYK 0.000.640.23   0.03
XYZ51.687730.862852.5231
Yxy30.86280.38270.2285
Hunter Lab55.554368.8563-17.1670
CIE-Lab62.391670.2235-21.6952

#f859bf color RGB value is (248,89,191).

#f859bf hex color red value is 248, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f859bf hue: 0.89 , saturation: 0.92 and the lightness value of f859bf is 0.66.

The process color (four color CMYK) of #f859bf color hex is 0.00, 0.64, 0.23, 0.03. Web safe color of #f859bf is #ff66cc. Color #f859bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011001 10111111
Octal 370 131 277
Decimal 248 89 191
Hex F8 59 BF

RGB Percentages of Color #f859bf

%46.97
%16.86
%36.17

CMYK Percentages of Color #f859bf

%0
%64
%23
%3

Triadic Colors of #f859bf

#f859bf #bff859 #59bff8

Analogous Colors of #f859bf

#f859bf #f85970 #e259f8

Monochromatic Colors of #f859bf

#f859bf

Complementary Color

#f859bf #59f892

#f859bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f859bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f859bf Color CSS Codes

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

#f859bf Text Font Color

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

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


#f859bf Background Color

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

This div background color is #f859bf


#f859bf Border Color

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

This div border color is #f859bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f859bf


Comments

No comments written yet.

Please login to write comment.