Color Hex Logo

#fe133d Color Hex

#FE133D
(254,19,61)
0 Favorites   0 Comments

Color spaces of #fe133d

RGB 2541961
HSL0.970.990.54
HSV349°93°100°
CMYK 0.000.930.76   0.00
XYZ41.948221.87356.4260
Yxy21.87350.59710.3114
Hunter Lab46.769178.254424.5920
CIE-Lab53.892579.420542.6367

#fe133d color RGB value is (254,19,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010011 00111101
Octal 376 23 75
Decimal 254 19 61
Hex FE 13 3D

RGB Percentages of Color #fe133d

%76.05
%5.69
%18.26

CMYK Percentages of Color #fe133d

%0
%93
%76
%0

Triadic Colors of #fe133d

#fe133d #3dfe13 #133dfe

Analogous Colors of #fe133d

#fe133d #fe5f13 #fe13b3

Monochromatic Colors of #fe133d

#fe133d

Complementary Color

#fe133d #13fed4

#fe133d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe133d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe133d Color CSS Codes

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

#fe133d Text Font Color

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

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


#fe133d Background Color

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

This div background color is #fe133d


#fe133d Border Color

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

This div border color is #fe133d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe133d


Comments

No comments written yet.

Please login to write comment.