Color Hex Logo

#f058eb Color Hex

#F058EB
(240,88,235)
0 Favorites   0 Comments

Color spaces of #f058eb

RGB 24088235
HSL0.840.840.64
HSV302°63°94°
CMYK 0.000.630.02   0.06
XYZ54.420331.502981.8097
Yxy31.50290.32440.1878
Hunter Lab56.127474.8478-47.1301
CIE-Lab62.929974.9724-45.7353

#f058eb color RGB value is (240,88,235).

#f058eb hex color red value is 240, green value is 88 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f058eb hue: 0.84 , saturation: 0.84 and the lightness value of f058eb is 0.64.

The process color (four color CMYK) of #f058eb color hex is 0.00, 0.63, 0.02, 0.06. Web safe color of #f058eb is #ff66ff. Color #f058eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011000 11101011
Octal 360 130 353
Decimal 240 88 235
Hex F0 58 EB

RGB Percentages of Color #f058eb

%42.63
%15.63
%41.74

CMYK Percentages of Color #f058eb

%0
%63
%2
%6

Triadic Colors of #f058eb

#f058eb #ebf058 #58ebf0

Analogous Colors of #f058eb

#f058eb #f0589f #a958f0

Monochromatic Colors of #f058eb

#f058eb

Complementary Color

#f058eb #58f05d

#f058eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f058eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f058eb Color CSS Codes

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

#f058eb Text Font Color

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

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


#f058eb Background Color

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

This div background color is #f058eb


#f058eb Border Color

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

This div border color is #f058eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,88,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f058eb


Comments

No comments written yet.

Please login to write comment.