Color Hex Logo

#fe383b Color Hex

#FE383B
(254,56,59)
0 Favorites   0 Comments

Color spaces of #fe383b

RGB 2545659
HSL1.000.990.61
HSV359°78°100°
CMYK 0.000.780.77   0.00
XYZ43.076624.21496.5412
Yxy24.21490.58340.3280
Hunter Lab49.208670.141526.5648
CIE-Lab56.302372.416746.3290

#fe383b color RGB value is (254,56,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111000 00111011
Octal 376 70 73
Decimal 254 56 59
Hex FE 38 3B

RGB Percentages of Color #fe383b

%68.83
%15.18
%15.99

CMYK Percentages of Color #fe383b

%0
%78
%77
%0

Triadic Colors of #fe383b

#fe383b #3bfe38 #383bfe

Analogous Colors of #fe383b

#fe383b #fe9838 #fe389e

Monochromatic Colors of #fe383b

#fe383b

Complementary Color

#fe383b #38fefb

#fe383b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe383b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe383b Color CSS Codes

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

#fe383b Text Font Color

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

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


#fe383b Background Color

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

This div background color is #fe383b


#fe383b Border Color

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

This div border color is #fe383b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe383b


Comments

No comments written yet.

Please login to write comment.