Color Hex Logo

#fe588c Color Hex

#FE588C
(254,88,140)
0 Favorites   0 Comments

Color spaces of #fe588c

RGB 25488140
HSL0.950.990.67
HSV341°65°100°
CMYK 0.000.650.45   0.00
XYZ49.096429.943728.0030
Yxy29.94370.45870.2797
Hunter Lab54.720864.39167.9633
CIE-Lab61.605666.67416.6152

#fe588c color RGB value is (254,88,140).

#fe588c hex color red value is 254, green value is 88 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fe588c hue: 0.95 , saturation: 0.99 and the lightness value of fe588c is 0.67.

The process color (four color CMYK) of #fe588c color hex is 0.00, 0.65, 0.45, 0.00. Web safe color of #fe588c is #ff6699. Color #fe588c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011000 10001100
Octal 376 130 214
Decimal 254 88 140
Hex FE 58 8C

RGB Percentages of Color #fe588c

%52.70
%18.26
%29.05

CMYK Percentages of Color #fe588c

%0
%65
%45
%0

Triadic Colors of #fe588c

#fe588c #8cfe58 #588cfe

Analogous Colors of #fe588c

#fe588c #fe7758 #fe58df

Monochromatic Colors of #fe588c

#fe588c

Complementary Color

#fe588c #58feca

#fe588c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe588c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe588c Color CSS Codes

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

#fe588c Text Font Color

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

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


#fe588c Background Color

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

This div background color is #fe588c


#fe588c Border Color

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

This div border color is #fe588c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe588c


Comments

No comments written yet.

Please login to write comment.