Color Hex Logo

#fe362d Color Hex

#FE362D
(254,54,45)
0 Favorites   0 Comments

Color spaces of #fe362d

RGB 2545445
HSL0.010.990.59
HSV82°100°
CMYK 0.000.790.82   0.00
XYZ42.665923.89864.8468
Yxy23.89860.59750.3347
Hunter Lab48.886270.236828.3421
CIE-Lab55.986172.555153.2333

#fe362d color RGB value is (254,54,45).

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

The process color (four color CMYK) of #fe362d color hex is 0.00, 0.79, 0.82, 0.00. Web safe color of #fe362d is #ff3333. Color #fe362d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110110 00101101
Octal 376 66 55
Decimal 254 54 45
Hex FE 36 2D

RGB Percentages of Color #fe362d

%71.95
%15.30
%12.75

CMYK Percentages of Color #fe362d

%0
%79
%82
%0

Triadic Colors of #fe362d

#fe362d #2dfe36 #362dfe

Analogous Colors of #fe362d

#fe362d #fe9f2d #fe2d8d

Monochromatic Colors of #fe362d

#fe362d

Complementary Color

#fe362d #2df5fe

#fe362d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe362d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe362d Color CSS Codes

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

#fe362d Text Font Color

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

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


#fe362d Background Color

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

This div background color is #fe362d


#fe362d Border Color

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

This div border color is #fe362d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe362d

Related Colors


Comments

No comments written yet.

Please login to write comment.