Color Hex Logo

#fe3e21 Color Hex

#FE3E21
(254,62,33)
0 Favorites   0 Comments

Color spaces of #fe3e21

RGB 2546233
HSL0.020.990.56
HSV87°100°
CMYK 0.000.760.87   0.00
XYZ42.870224.62593.9326
Yxy24.62590.60020.3448
Hunter Lab49.624567.361930.0386
CIE-Lab56.709170.049059.2501

#fe3e21 color RGB value is (254,62,33).

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

The process color (four color CMYK) of #fe3e21 color hex is 0.00, 0.76, 0.87, 0.00. Web safe color of #fe3e21 is #ff3333. Color #fe3e21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111110 00100001
Octal 376 76 41
Decimal 254 62 33
Hex FE 3E 21

RGB Percentages of Color #fe3e21

%72.78
%17.77
%9.46

CMYK Percentages of Color #fe3e21

%0
%76
%87
%0

Triadic Colors of #fe3e21

#fe3e21 #21fe3e #3e21fe

Analogous Colors of #fe3e21

#fe3e21 #fead21 #fe2173

Monochromatic Colors of #fe3e21

#fe3e21

Complementary Color

#fe3e21 #21e1fe

#fe3e21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3e21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3e21 Color CSS Codes

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

#fe3e21 Text Font Color

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

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


#fe3e21 Background Color

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

This div background color is #fe3e21


#fe3e21 Border Color

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

This div border color is #fe3e21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3e21


Comments

No comments written yet.

Please login to write comment.