Color Hex Logo

#fe575b Color Hex

#FE575B
(254,87,91)
0 Favorites   0 Comments

Color spaces of #fe575b

RGB 2548791
HSL1.000.990.67
HSV359°66°100°
CMYK 0.000.660.64   0.00
XYZ46.169628.642612.9927
Yxy28.64260.52580.3262
Hunter Lab53.518860.330623.0694
CIE-Lab60.464963.455233.3723

#fe575b color RGB value is (254,87,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010111 01011011
Octal 376 127 133
Decimal 254 87 91
Hex FE 57 5B

RGB Percentages of Color #fe575b

%58.80
%20.14
%21.06

CMYK Percentages of Color #fe575b

%0
%66
%64
%0

Triadic Colors of #fe575b

#fe575b #5bfe57 #575bfe

Analogous Colors of #fe575b

#fe575b #fea757 #fe57af

Monochromatic Colors of #fe575b

#fe575b

Complementary Color

#fe575b #57fefa

#fe575b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe575b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe575b Color CSS Codes

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

#fe575b Text Font Color

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

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


#fe575b Background Color

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

This div background color is #fe575b


#fe575b Border Color

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

This div border color is #fe575b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe575b

Related Colors


Comments

No comments written yet.

Please login to write comment.