Color Hex Logo

#f858ea Color Hex

#F858EA
(248,88,234)
0 Favorites   0 Comments

Color spaces of #f858ea

RGB 24888234
HSL0.850.920.66
HSV305°65°97°
CMYK 0.000.650.06   0.03
XYZ57.052432.876481.1807
Yxy32.87640.33340.1921
Hunter Lab57.337977.2697-43.8079
CIE-Lab64.060776.6867-43.3185

#f858ea color RGB value is (248,88,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011000 11101010
Octal 370 130 352
Decimal 248 88 234
Hex F8 58 EA

RGB Percentages of Color #f858ea

%43.51
%15.44
%41.05

CMYK Percentages of Color #f858ea

%0
%65
%6
%3

Triadic Colors of #f858ea

#f858ea #eaf858 #58eaf8

Analogous Colors of #f858ea

#f858ea #f8589a #b658f8

Monochromatic Colors of #f858ea

#f858ea

Complementary Color

#f858ea #58f866

#f858ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f858ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f858ea Color CSS Codes

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

#f858ea Text Font Color

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

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


#f858ea Background Color

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

This div background color is #f858ea


#f858ea Border Color

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

This div border color is #f858ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f858ea


Comments

No comments written yet.

Please login to write comment.