Color Hex Logo

#f059ed Color Hex

#F059ED
(240,89,237)
0 Favorites   0 Comments

Color spaces of #f059ed

RGB 24089237
HSL0.840.830.65
HSV301°63°94°
CMYK 0.000.630.01   0.06
XYZ54.793631.784483.3678
Yxy31.78440.32240.1870
Hunter Lab56.377774.8238-48.2100
CIE-Lab63.164374.9092-46.4782

#f059ed color RGB value is (240,89,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011001 11101101
Octal 360 131 355
Decimal 240 89 237
Hex F0 59 ED

RGB Percentages of Color #f059ed

%42.40
%15.72
%41.87

CMYK Percentages of Color #f059ed

%0
%63
%1
%6

Triadic Colors of #f059ed

#f059ed #edf059 #59edf0

Analogous Colors of #f059ed

#f059ed #f059a2 #a859f0

Monochromatic Colors of #f059ed

#f059ed

Complementary Color

#f059ed #59f05c

#f059ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f059ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f059ed Color CSS Codes

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

#f059ed Text Font Color

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

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


#f059ed Background Color

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

This div background color is #f059ed


#f059ed Border Color

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

This div border color is #f059ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f059ed


Comments

No comments written yet.

Please login to write comment.