Color Hex Logo

#fe253e Color Hex

#FE253E
(254,37,62)
0 Favorites   0 Comments

Color spaces of #fe253e

RGB 2543762
HSL0.980.990.57
HSV353°85°100°
CMYK 0.000.850.76   0.00
XYZ42.404122.74186.7121
Yxy22.74180.59010.3165
Hunter Lab47.688475.266125.0368
CIE-Lab54.805476.859943.0718

#fe253e color RGB value is (254,37,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100101 00111110
Octal 376 45 76
Decimal 254 37 62
Hex FE 25 3E

RGB Percentages of Color #fe253e

%71.95
%10.48
%17.56

CMYK Percentages of Color #fe253e

%0
%85
%76
%0

Triadic Colors of #fe253e

#fe253e #3efe25 #253efe

Analogous Colors of #fe253e

#fe253e #fe7925 #fe25ab

Monochromatic Colors of #fe253e

#fe253e

Complementary Color

#fe253e #25fee5

#fe253e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe253e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe253e Color CSS Codes

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

#fe253e Text Font Color

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

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


#fe253e Background Color

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

This div background color is #fe253e


#fe253e Border Color

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

This div border color is #fe253e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe253e

Related Colors


Comments

No comments written yet.

Please login to write comment.