Color Hex Logo

#fe5141 Color Hex

#FE5141
(254,81,65)
0 Favorites   0 Comments

Color spaces of #fe5141

RGB 2548165
HSL0.010.990.63
HSV74°100°
CMYK 0.000.680.74   0.00
XYZ44.769627.33737.9180
Yxy27.33730.55940.3416
Hunter Lab52.285161.343427.6207
CIE-Lab59.285264.526346.3223

#fe5141 color RGB value is (254,81,65).

#fe5141 hex color red value is 254, green value is 81 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fe5141 hue: 0.01 , saturation: 0.99 and the lightness value of fe5141 is 0.63.

The process color (four color CMYK) of #fe5141 color hex is 0.00, 0.68, 0.74, 0.00. Web safe color of #fe5141 is #ff6633. Color #fe5141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010001 01000001
Octal 376 121 101
Decimal 254 81 65
Hex FE 51 41

RGB Percentages of Color #fe5141

%63.50
%20.25
%16.25

CMYK Percentages of Color #fe5141

%0
%68
%74
%0

Triadic Colors of #fe5141

#fe5141 #41fe51 #5141fe

Analogous Colors of #fe5141

#fe5141 #feb041 #fe4190

Monochromatic Colors of #fe5141

#fe5141

Complementary Color

#fe5141 #41eefe

#fe5141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5141 Color CSS Codes

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

#fe5141 Text Font Color

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

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


#fe5141 Background Color

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

This div background color is #fe5141


#fe5141 Border Color

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

This div border color is #fe5141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5141


Comments

No comments written yet.

Please login to write comment.