Color Hex Logo

#f5588e Color Hex

#F5588E
(245,88,142)
0 Favorites   0 Comments

Color spaces of #f5588e

RGB 24588142
HSL0.940.890.65
HSV339°64°96°
CMYK 0.000.640.42   0.04
XYZ46.028428.344928.6363
Yxy28.34490.44680.2752
Hunter Lab53.239961.15175.3775
CIE-Lab60.199164.19993.2384

#f5588e color RGB value is (245,88,142).

#f5588e hex color red value is 245, green value is 88 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f5588e hue: 0.94 , saturation: 0.89 and the lightness value of f5588e is 0.65.

The process color (four color CMYK) of #f5588e color hex is 0.00, 0.64, 0.42, 0.04. Web safe color of #f5588e is #ff6699. Color #f5588e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011000 10001110
Octal 365 130 216
Decimal 245 88 142
Hex F5 58 8E

RGB Percentages of Color #f5588e

%51.58
%18.53
%29.89

CMYK Percentages of Color #f5588e

%0
%64
%42
%4

Triadic Colors of #f5588e

#f5588e #8ef558 #588ef5

Analogous Colors of #f5588e

#f5588e #f57158 #f558dd

Monochromatic Colors of #f5588e

#f5588e

Complementary Color

#f5588e #58f5bf

#f5588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5588e Color CSS Codes

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

#f5588e Text Font Color

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

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


#f5588e Background Color

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

This div background color is #f5588e


#f5588e Border Color

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

This div border color is #f5588e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5588e


Comments

No comments written yet.

Please login to write comment.