Color Hex Logo

#f0588f Color Hex

#F0588F
(240,88,143)
0 Favorites   0 Comments

Color spaces of #f0588f

RGB 24088143
HSL0.940.840.64
HSV338°63°94°
CMYK 0.000.630.40   0.06
XYZ44.382827.487928.9531
Yxy27.48790.44020.2726
Hunter Lab52.428959.35563.9582
CIE-Lab59.423262.80791.4300

#f0588f color RGB value is (240,88,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011000 10001111
Octal 360 130 217
Decimal 240 88 143
Hex F0 58 8F

RGB Percentages of Color #f0588f

%50.96
%18.68
%30.36

CMYK Percentages of Color #f0588f

%0
%63
%40
%6

Triadic Colors of #f0588f

#f0588f #8ff058 #588ff0

Analogous Colors of #f0588f

#f0588f #f06d58 #f058db

Monochromatic Colors of #f0588f

#f0588f

Complementary Color

#f0588f #58f0b9

#f0588f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0588f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0588f Color CSS Codes

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

#f0588f Text Font Color

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

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


#f0588f Background Color

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

This div background color is #f0588f


#f0588f Border Color

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

This div border color is #f0588f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0588f


Comments

No comments written yet.

Please login to write comment.