Color Hex Logo

#fe545b Color Hex

#FE545B
(254,84,91)
0 Favorites   0 Comments

Color spaces of #fe545b

RGB 2548491
HSL0.990.990.66
HSV358°67°100°
CMYK 0.000.670.64   0.00
XYZ45.931728.166812.9134
Yxy28.16680.52790.3237
Hunter Lab53.072461.606822.7244
CIE-Lab60.039164.614132.8389

#fe545b color RGB value is (254,84,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010100 01011011
Octal 376 124 133
Decimal 254 84 91
Hex FE 54 5B

RGB Percentages of Color #fe545b

%59.21
%19.58
%21.21

CMYK Percentages of Color #fe545b

%0
%67
%64
%0

Triadic Colors of #fe545b

#fe545b #5bfe54 #545bfe

Analogous Colors of #fe545b

#fe545b #fea254 #fe54b0

Monochromatic Colors of #fe545b

#fe545b

Complementary Color

#fe545b #54fef7

#fe545b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe545b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe545b Color CSS Codes

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

#fe545b Text Font Color

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

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


#fe545b Background Color

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

This div background color is #fe545b


#fe545b Border Color

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

This div border color is #fe545b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe545b

Related Colors


Comments

No comments written yet.

Please login to write comment.