Color Hex Logo

#fe576a Color Hex

#FE576A
(254,87,106)
0 Favorites   0 Comments

Color spaces of #fe576a

RGB 25487106
HSL0.980.990.67
HSV353°66°100°
CMYK 0.000.660.58   0.00
XYZ46.882828.927816.7483
Yxy28.92780.50650.3125
Hunter Lab53.784661.471419.1865
CIE-Lab60.717964.378425.1120

#fe576a color RGB value is (254,87,106).

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

The process color (four color CMYK) of #fe576a color hex is 0.00, 0.66, 0.58, 0.00. Web safe color of #fe576a is #ff6666. Color #fe576a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010111 01101010
Octal 376 127 152
Decimal 254 87 106
Hex FE 57 6A

RGB Percentages of Color #fe576a

%56.82
%19.46
%23.71

CMYK Percentages of Color #fe576a

%0
%66
%58
%0

Triadic Colors of #fe576a

#fe576a #6afe57 #576afe

Analogous Colors of #fe576a

#fe576a #fe9857 #fe57be

Monochromatic Colors of #fe576a

#fe576a

Complementary Color

#fe576a #57feeb

#fe576a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe576a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe576a Color CSS Codes

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

#fe576a Text Font Color

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

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


#fe576a Background Color

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

This div background color is #fe576a


#fe576a Border Color

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

This div border color is #fe576a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe576a


Comments

No comments written yet.

Please login to write comment.