Color Hex Logo

#fe383d Color Hex

#FE383D
(254,56,61)
0 Favorites   0 Comments

Color spaces of #fe383d

RGB 2545661
HSL1.000.990.61
HSV358°78°100°
CMYK 0.000.780.76   0.00
XYZ43.129524.23616.8197
Yxy24.23610.58140.3267
Hunter Lab49.230270.227226.2479
CIE-Lab56.323472.483045.2691

#fe383d color RGB value is (254,56,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111000 00111101
Octal 376 70 75
Decimal 254 56 61
Hex FE 38 3D

RGB Percentages of Color #fe383d

%68.46
%15.09
%16.44

CMYK Percentages of Color #fe383d

%0
%78
%76
%0

Triadic Colors of #fe383d

#fe383d #3dfe38 #383dfe

Analogous Colors of #fe383d

#fe383d #fe9638 #fe38a0

Monochromatic Colors of #fe383d

#fe383d

Complementary Color

#fe383d #38fef9

#fe383d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe383d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe383d Color CSS Codes

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

#fe383d Text Font Color

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

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


#fe383d Background Color

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

This div background color is #fe383d


#fe383d Border Color

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

This div border color is #fe383d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe383d

Related Colors


Comments

No comments written yet.

Please login to write comment.