Color Hex Logo

#f855df Color Hex

#F855DF
(248,85,223)
0 Favorites   0 Comments

Color spaces of #f855df

RGB 24885223
HSL0.860.920.65
HSV309°66°97°
CMYK 0.000.660.10   0.03
XYZ55.279231.781273.0329
Yxy31.78120.34530.1985
Hunter Lab56.374876.3750-37.3471
CIE-Lab63.161676.1463-38.5862

#f855df color RGB value is (248,85,223).

#f855df hex color red value is 248, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f855df hue: 0.86 , saturation: 0.92 and the lightness value of f855df is 0.65.

The process color (four color CMYK) of #f855df color hex is 0.00, 0.66, 0.10, 0.03. Web safe color of #f855df is #ff66cc. Color #f855df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010101 11011111
Octal 370 125 337
Decimal 248 85 223
Hex F8 55 DF

RGB Percentages of Color #f855df

%44.60
%15.29
%40.11

CMYK Percentages of Color #f855df

%0
%66
%10
%3

Triadic Colors of #f855df

#f855df #dff855 #55dff8

Analogous Colors of #f855df

#f855df #f8558e #c055f8

Monochromatic Colors of #f855df

#f855df

Complementary Color

#f855df #55f86e

#f855df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f855df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f855df Color CSS Codes

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

#f855df Text Font Color

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

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


#f855df Background Color

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

This div background color is #f855df


#f855df Border Color

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

This div border color is #f855df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f855df


Comments

No comments written yet.

Please login to write comment.