Color Hex Logo

#fe381d Color Hex

#FE381D
(254,56,29)
0 Favorites   0 Comments

Color spaces of #fe381d

RGB 2545629
HSL0.020.990.55
HSV89°100°
CMYK 0.000.780.89   0.00
XYZ42.509023.98793.5520
Yxy23.98790.60680.3424
Hunter Lab48.977469.215029.9843
CIE-Lab56.075771.699360.3635

#fe381d color RGB value is (254,56,29).

#fe381d hex color red value is 254, green value is 56 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fe381d hue: 0.02 , saturation: 0.99 and the lightness value of fe381d is 0.55.

The process color (four color CMYK) of #fe381d color hex is 0.00, 0.78, 0.89, 0.00. Web safe color of #fe381d is #ff3333. Color #fe381d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111000 00011101
Octal 376 70 35
Decimal 254 56 29
Hex FE 38 1D

RGB Percentages of Color #fe381d

%74.93
%16.52
%8.55

CMYK Percentages of Color #fe381d

%0
%78
%89
%0

Triadic Colors of #fe381d

#fe381d #1dfe38 #381dfe

Analogous Colors of #fe381d

#fe381d #fea91d #fe1d73

Monochromatic Colors of #fe381d

#fe381d

Complementary Color

#fe381d #1de3fe

#fe381d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe381d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe381d Color CSS Codes

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

#fe381d Text Font Color

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

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


#fe381d Background Color

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

This div background color is #fe381d


#fe381d Border Color

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

This div border color is #fe381d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe381d

Related Colors


Comments

No comments written yet.

Please login to write comment.