Color Hex Logo

#f854e9 Color Hex

#F854E9
(248,84,233)
0 Favorites   0 Comments

Color spaces of #f854e9

RGB 24884233
HSL0.850.920.65
HSV305°66°97°
CMYK 0.000.660.06   0.03
XYZ56.589732.180380.3196
Yxy32.18030.33470.1903
Hunter Lab56.727778.7924-44.2382
CIE-Lab63.491677.9964-43.6562

#f854e9 color RGB value is (248,84,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010100 11101001
Octal 370 124 351
Decimal 248 84 233
Hex F8 54 E9

RGB Percentages of Color #f854e9

%43.89
%14.87
%41.24

CMYK Percentages of Color #f854e9

%0
%66
%6
%3

Triadic Colors of #f854e9

#f854e9 #e9f854 #54e9f8

Analogous Colors of #f854e9

#f854e9 #f85497 #b554f8

Monochromatic Colors of #f854e9

#f854e9

Complementary Color

#f854e9 #54f863

#f854e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f854e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f854e9 Color CSS Codes

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

#f854e9 Text Font Color

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

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


#f854e9 Background Color

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

This div background color is #f854e9


#f854e9 Border Color

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

This div border color is #f854e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f854e9


Comments

No comments written yet.

Please login to write comment.