Color Hex Logo

#f0589e Color Hex

#F0589E
(240,88,158)
0 Favorites   0 Comments

Color spaces of #f0589e

RGB 24088158
HSL0.920.840.64
HSV332°63°94°
CMYK 0.000.630.34   0.06
XYZ45.596527.973335.3439
Yxy27.97330.41860.2568
Hunter Lab52.889861.3284-2.5980
CIE-Lab59.864664.4096-6.6500

#f0589e color RGB value is (240,88,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011000 10011110
Octal 360 130 236
Decimal 240 88 158
Hex F0 58 9E

RGB Percentages of Color #f0589e

%49.38
%18.11
%32.51

CMYK Percentages of Color #f0589e

%0
%63
%34
%6

Triadic Colors of #f0589e

#f0589e #9ef058 #589ef0

Analogous Colors of #f0589e

#f0589e #f05e58 #f058ea

Monochromatic Colors of #f0589e

#f0589e

Complementary Color

#f0589e #58f0aa

#f0589e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0589e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0589e Color CSS Codes

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

#f0589e Text Font Color

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

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


#f0589e Background Color

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

This div background color is #f0589e


#f0589e Border Color

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

This div border color is #f0589e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0589e


Comments

No comments written yet.

Please login to write comment.