Color Hex Logo

#f058ef Color Hex

#F058EF
(240,88,239)
0 Favorites   0 Comments

Color spaces of #f058ef

RGB 24088239
HSL0.830.840.64
HSV300°63°94°
CMYK 0.000.630.00   0.06
XYZ55.004931.736784.8881
Yxy31.73670.32050.1849
Hunter Lab56.335375.6976-49.9056
CIE-Lab63.124775.6142-47.6521

#f058ef color RGB value is (240,88,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011000 11101111
Octal 360 130 357
Decimal 240 88 239
Hex F0 58 EF

RGB Percentages of Color #f058ef

%42.33
%15.52
%42.15

CMYK Percentages of Color #f058ef

%0
%63
%0
%6

Triadic Colors of #f058ef

#f058ef #eff058 #58eff0

Analogous Colors of #f058ef

#f058ef #f058a3 #a558f0

Monochromatic Colors of #f058ef

#f058ef

Complementary Color

#f058ef #58f059

#f058ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f058ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f058ef Color CSS Codes

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

#f058ef Text Font Color

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

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


#f058ef Background Color

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

This div background color is #f058ef


#f058ef Border Color

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

This div border color is #f058ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f058ef


Comments

No comments written yet.

Please login to write comment.