Color Hex Logo

#fe555f Color Hex

#FE555F
(254,85,95)
0 Favorites   0 Comments

Color spaces of #fe555f

RGB 2548595
HSL0.990.990.66
HSV356°67°100°
CMYK 0.000.670.63   0.00
XYZ46.187128.394113.8727
Yxy28.39410.52220.3210
Hunter Lab53.286161.468721.8645
CIE-Lab60.243164.460830.8153

#fe555f color RGB value is (254,85,95).

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

The process color (four color CMYK) of #fe555f color hex is 0.00, 0.67, 0.63, 0.00. Web safe color of #fe555f is #ff6666. Color #fe555f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 01011111
Octal 376 125 137
Decimal 254 85 95
Hex FE 55 5F

RGB Percentages of Color #fe555f

%58.53
%19.59
%21.89

CMYK Percentages of Color #fe555f

%0
%67
%63
%0

Triadic Colors of #fe555f

#fe555f #5ffe55 #555ffe

Analogous Colors of #fe555f

#fe555f #fea055 #fe55b4

Monochromatic Colors of #fe555f

#fe555f

Complementary Color

#fe555f #55fef4

#fe555f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe555f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe555f Color CSS Codes

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

#fe555f Text Font Color

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

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


#fe555f Background Color

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

This div background color is #fe555f


#fe555f Border Color

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

This div border color is #fe555f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe555f

Related Colors


Comments

No comments written yet.

Please login to write comment.