Color Hex Logo

#fe558e Color Hex

#FE558E
(254,85,142)
0 Favorites   0 Comments

Color spaces of #fe558e

RGB 25485142
HSL0.940.990.66
HSV340°67°100°
CMYK 0.000.670.44   0.00
XYZ49.004029.520828.7065
Yxy29.52080.45700.2753
Hunter Lab54.333065.90976.7077
CIE-Lab61.238568.00454.9260

#fe558e color RGB value is (254,85,142).

#fe558e hex color red value is 254, green value is 85 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fe558e hue: 0.94 , saturation: 0.99 and the lightness value of fe558e is 0.66.

The process color (four color CMYK) of #fe558e color hex is 0.00, 0.67, 0.44, 0.00. Web safe color of #fe558e is #ff6699. Color #fe558e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 10001110
Octal 376 125 216
Decimal 254 85 142
Hex FE 55 8E

RGB Percentages of Color #fe558e

%52.81
%17.67
%29.52

CMYK Percentages of Color #fe558e

%0
%67
%44
%0

Triadic Colors of #fe558e

#fe558e #8efe55 #558efe

Analogous Colors of #fe558e

#fe558e #fe7155 #fe55e3

Monochromatic Colors of #fe558e

#fe558e

Complementary Color

#fe558e #55fec5

#fe558e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe558e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe558e Color CSS Codes

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

#fe558e Text Font Color

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

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


#fe558e Background Color

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

This div background color is #fe558e


#fe558e Border Color

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

This div border color is #fe558e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,85,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 #fe558e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe558e


Comments

No comments written yet.

Please login to write comment.