Color Hex Logo

#f857cf Color Hex

#F857CF
(248,87,207)
0 Favorites   0 Comments

Color spaces of #f857cf

RGB 24887207
HSL0.880.920.66
HSV315°65°97°
CMYK 0.000.650.17   0.03
XYZ53.382131.277862.2552
Yxy31.27780.36340.2129
Hunter Lab55.926672.5074-26.8507
CIE-Lab62.741473.1274-30.2365

#f857cf color RGB value is (248,87,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010111 11001111
Octal 370 127 317
Decimal 248 87 207
Hex F8 57 CF

RGB Percentages of Color #f857cf

%45.76
%16.05
%38.19

CMYK Percentages of Color #f857cf

%0
%65
%17
%3

Triadic Colors of #f857cf

#f857cf #cff857 #57cff8

Analogous Colors of #f857cf

#f857cf #f8577f #d157f8

Monochromatic Colors of #f857cf

#f857cf

Complementary Color

#f857cf #57f880

#f857cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f857cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f857cf Color CSS Codes

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

#f857cf Text Font Color

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

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


#f857cf Background Color

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

This div background color is #f857cf


#f857cf Border Color

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

This div border color is #f857cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f857cf


Comments

No comments written yet.

Please login to write comment.