Color Hex Logo

#f854ea Color Hex

#F854EA
(248,84,234)
0 Favorites   0 Comments

Color spaces of #f854ea

RGB 24884234
HSL0.850.920.65
HSV305°66°97°
CMYK 0.000.660.06   0.03
XYZ56.733032.237681.0742
Yxy32.23760.33360.1896
Hunter Lab56.778278.9962-44.9162
CIE-Lab63.538878.1479-44.1390

#f854ea color RGB value is (248,84,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010100 11101010
Octal 370 124 352
Decimal 248 84 234
Hex F8 54 EA

RGB Percentages of Color #f854ea

%43.82
%14.84
%41.34

CMYK Percentages of Color #f854ea

%0
%66
%6
%3

Triadic Colors of #f854ea

#f854ea #eaf854 #54eaf8

Analogous Colors of #f854ea

#f854ea #f85498 #b454f8

Monochromatic Colors of #f854ea

#f854ea

Complementary Color

#f854ea #54f862

#f854ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f854ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f854ea Color CSS Codes

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

#f854ea Text Font Color

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

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


#f854ea Background Color

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

This div background color is #f854ea


#f854ea Border Color

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

This div border color is #f854ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f854ea


Comments

No comments written yet.

Please login to write comment.