Color Hex Logo

#f0589b Color Hex

#F0589B
(240,88,155)
0 Favorites   0 Comments

Color spaces of #f0589b

RGB 24088155
HSL0.930.840.64
HSV334°63°94°
CMYK 0.000.630.35   0.06
XYZ45.341327.871334.0003
Yxy27.87130.42290.2600
Hunter Lab52.793360.9158-1.2291
CIE-Lab59.772364.0759-5.0449

#f0589b color RGB value is (240,88,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011000 10011011
Octal 360 130 233
Decimal 240 88 155
Hex F0 58 9B

RGB Percentages of Color #f0589b

%49.69
%18.22
%32.09

CMYK Percentages of Color #f0589b

%0
%63
%35
%6

Triadic Colors of #f0589b

#f0589b #9bf058 #589bf0

Analogous Colors of #f0589b

#f0589b #f06158 #f058e7

Monochromatic Colors of #f0589b

#f0589b

Complementary Color

#f0589b #58f0ad

#f0589b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0589b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0589b Color CSS Codes

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

#f0589b Text Font Color

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

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


#f0589b Background Color

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

This div background color is #f0589b


#f0589b Border Color

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

This div border color is #f0589b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0589b


Comments

No comments written yet.

Please login to write comment.