Color Hex Logo

#f85fce Color Hex

#F85FCE
(248,95,206)
0 Favorites   0 Comments

Color spaces of #f85fce

RGB 24895206
HSL0.880.920.67
HSV316°62°97°
CMYK 0.000.620.17   0.03
XYZ53.944232.597161.8412
Yxy32.59710.36350.2197
Hunter Lab57.093968.7385-24.2542
CIE-Lab63.833369.8639-27.9851

#f85fce color RGB value is (248,95,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011111 11001110
Octal 370 137 316
Decimal 248 95 206
Hex F8 5F CE

RGB Percentages of Color #f85fce

%45.17
%17.30
%37.52

CMYK Percentages of Color #f85fce

%0
%62
%17
%3

Triadic Colors of #f85fce

#f85fce #cef85f #5fcef8

Analogous Colors of #f85fce

#f85fce #f85f82 #d65ff8

Monochromatic Colors of #f85fce

#f85fce

Complementary Color

#f85fce #5ff889

#f85fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85fce Color CSS Codes

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

#f85fce Text Font Color

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

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


#f85fce Background Color

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

This div background color is #f85fce


#f85fce Border Color

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

This div border color is #f85fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85fce


Comments

No comments written yet.

Please login to write comment.