Color Hex Logo

#fe2a4e Color Hex

#FE2A4E
(254,42,78)
0 Favorites   0 Comments

Color spaces of #fe2a4e

RGB 2544278
HSL0.970.990.58
HSV350°83°100°
CMYK 0.000.830.69   0.00
XYZ43.076223.27689.4302
Yxy23.27680.56840.3071
Hunter Lab48.246074.942222.1834
CIE-Lab55.356376.493134.5403

#fe2a4e color RGB value is (254,42,78).

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

The process color (four color CMYK) of #fe2a4e color hex is 0.00, 0.83, 0.69, 0.00. Web safe color of #fe2a4e is #ff3366. Color #fe2a4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101010 01001110
Octal 376 52 116
Decimal 254 42 78
Hex FE 2A 4E

RGB Percentages of Color #fe2a4e

%67.91
%11.23
%20.86

CMYK Percentages of Color #fe2a4e

%0
%83
%69
%0

Triadic Colors of #fe2a4e

#fe2a4e #4efe2a #2a4efe

Analogous Colors of #fe2a4e

#fe2a4e #fe702a #fe2ab8

Monochromatic Colors of #fe2a4e

#fe2a4e

Complementary Color

#fe2a4e #2afeda

#fe2a4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2a4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2a4e Color CSS Codes

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

#fe2a4e Text Font Color

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

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


#fe2a4e Background Color

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

This div background color is #fe2a4e


#fe2a4e Border Color

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

This div border color is #fe2a4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2a4e


Comments

No comments written yet.

Please login to write comment.