Color Hex Logo

#fe4a29 Color Hex

#FE4A29
(254,74,41)
0 Favorites   0 Comments

Color spaces of #fe4a29

RGB 2547441
HSL0.030.990.58
HSV84°100°
CMYK 0.000.710.84   0.00
XYZ43.722126.12854.8367
Yxy26.12850.58540.3498
Hunter Lab51.116063.226930.1711
CIE-Lab58.158866.323557.0285

#fe4a29 color RGB value is (254,74,41).

#fe4a29 hex color red value is 254, green value is 74 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #fe4a29 hue: 0.03 , saturation: 0.99 and the lightness value of fe4a29 is 0.58.

The process color (four color CMYK) of #fe4a29 color hex is 0.00, 0.71, 0.84, 0.00. Web safe color of #fe4a29 is #ff3333. Color #fe4a29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001010 00101001
Octal 376 112 51
Decimal 254 74 41
Hex FE 4A 29

RGB Percentages of Color #fe4a29

%68.83
%20.05
%11.11

CMYK Percentages of Color #fe4a29

%0
%71
%84
%0

Triadic Colors of #fe4a29

#fe4a29 #29fe4a #4a29fe

Analogous Colors of #fe4a29

#fe4a29 #feb529 #fe2973

Monochromatic Colors of #fe4a29

#fe4a29

Complementary Color

#fe4a29 #29ddfe

#fe4a29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4a29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4a29 Color CSS Codes

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

#fe4a29 Text Font Color

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

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


#fe4a29 Background Color

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

This div background color is #fe4a29


#fe4a29 Border Color

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

This div border color is #fe4a29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4a29


Comments

No comments written yet.

Please login to write comment.