Color Hex Logo

#f855ea Color Hex

#F855EA
(248,85,234)
0 Favorites   0 Comments

Color spaces of #f855ea

RGB 24885234
HSL0.850.920.65
HSV305°66°97°
CMYK 0.000.660.06   0.03
XYZ56.811232.394081.1003
Yxy32.39400.33360.1902
Hunter Lab56.915778.5697-44.6424
CIE-Lab63.667277.7877-43.9371

#f855ea color RGB value is (248,85,234).

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

The process color (four color CMYK) of #f855ea color hex is 0.00, 0.66, 0.06, 0.03. Web safe color of #f855ea is #ff66ff. Color #f855ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010101 11101010
Octal 370 125 352
Decimal 248 85 234
Hex F8 55 EA

RGB Percentages of Color #f855ea

%43.74
%14.99
%41.27

CMYK Percentages of Color #f855ea

%0
%66
%6
%3

Triadic Colors of #f855ea

#f855ea #eaf855 #55eaf8

Analogous Colors of #f855ea

#f855ea #f85599 #b555f8

Monochromatic Colors of #f855ea

#f855ea

Complementary Color

#f855ea #55f863

#f855ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f855ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f855ea Color CSS Codes

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

#f855ea Text Font Color

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

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


#f855ea Background Color

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

This div background color is #f855ea


#f855ea Border Color

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

This div border color is #f855ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f855ea


Comments

No comments written yet.

Please login to write comment.