Color Hex Logo

#fe193e Color Hex

#FE193E
(254,25,62)
0 Favorites   0 Comments

Color spaces of #fe193e

RGB 2542562
HSL0.970.990.55
HSV350°90°100°
CMYK 0.000.900.76   0.00
XYZ42.090222.11396.6074
Yxy22.11390.59440.3123
Hunter Lab47.025477.472324.5871
CIE-Lab54.147678.749942.3507

#fe193e color RGB value is (254,25,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011001 00111110
Octal 376 31 76
Decimal 254 25 62
Hex FE 19 3E

RGB Percentages of Color #fe193e

%74.49
%7.33
%18.18

CMYK Percentages of Color #fe193e

%0
%90
%76
%0

Triadic Colors of #fe193e

#fe193e #3efe19 #193efe

Analogous Colors of #fe193e

#fe193e #fe6719 #fe19b1

Monochromatic Colors of #fe193e

#fe193e

Complementary Color

#fe193e #19fed9

#fe193e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe193e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe193e Color CSS Codes

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

#fe193e Text Font Color

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

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


#fe193e Background Color

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

This div background color is #fe193e


#fe193e Border Color

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

This div border color is #fe193e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe193e


Comments

No comments written yet.

Please login to write comment.