Color Hex Logo

#fe113d Color Hex

#FE113D
(254,17,61)
0 Favorites   0 Comments

Color spaces of #fe113d

RGB 2541761
HSL0.970.990.53
HSV349°93°100°
CMYK 0.000.930.76   0.00
XYZ41.915821.80876.4152
Yxy21.80870.59760.3109
Hunter Lab46.699878.489624.5451
CIE-Lab53.823479.620242.5613

#fe113d color RGB value is (254,17,61).

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

The process color (four color CMYK) of #fe113d color hex is 0.00, 0.93, 0.76, 0.00. Web safe color of #fe113d is #ff0033. Color #fe113d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010001 00111101
Octal 376 21 75
Decimal 254 17 61
Hex FE 11 3D

RGB Percentages of Color #fe113d

%76.51
%5.12
%18.37

CMYK Percentages of Color #fe113d

%0
%93
%76
%0

Triadic Colors of #fe113d

#fe113d #3dfe11 #113dfe

Analogous Colors of #fe113d

#fe113d #fe5c11 #fe11b4

Monochromatic Colors of #fe113d

#fe113d

Complementary Color

#fe113d #11fed2

#fe113d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe113d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe113d Color CSS Codes

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

#fe113d Text Font Color

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

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


#fe113d Background Color

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

This div background color is #fe113d


#fe113d Border Color

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

This div border color is #fe113d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,17,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 #fe113d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe113d


Comments

No comments written yet.

Please login to write comment.