Color Hex Logo

#f857bf Color Hex

#F857BF
(248,87,191)
0 Favorites   0 Comments

Color spaces of #f857bf

RGB 24887191
HSL0.890.920.66
HSV321°65°97°
CMYK 0.000.650.23   0.03
XYZ51.523630.534452.4684
Yxy30.53440.38300.2270
Hunter Lab55.257969.7355-17.6164
CIE-Lab62.112670.9939-22.1218

#f857bf color RGB value is (248,87,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010111 10111111
Octal 370 127 277
Decimal 248 87 191
Hex F8 57 BF

RGB Percentages of Color #f857bf

%47.15
%16.54
%36.31

CMYK Percentages of Color #f857bf

%0
%65
%23
%3

Triadic Colors of #f857bf

#f857bf #bff857 #57bff8

Analogous Colors of #f857bf

#f857bf #f8576f #e157f8

Monochromatic Colors of #f857bf

#f857bf

Complementary Color

#f857bf #57f890

#f857bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f857bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f857bf Color CSS Codes

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

#f857bf Text Font Color

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

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


#f857bf Background Color

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

This div background color is #f857bf


#f857bf Border Color

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

This div border color is #f857bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f857bf


Comments

No comments written yet.

Please login to write comment.