Color Hex Logo

#fe324c Color Hex

#FE324C
(254,50,76)
0 Favorites   0 Comments

Color spaces of #fe324c

RGB 2545076
HSL0.980.990.60
HSV352°80°100°
CMYK 0.000.800.70   0.00
XYZ43.318223.87389.1625
Yxy23.87380.56730.3127
Hunter Lab48.860872.745123.0844
CIE-Lab55.961274.603736.4286

#fe324c color RGB value is (254,50,76).

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

The process color (four color CMYK) of #fe324c color hex is 0.00, 0.80, 0.70, 0.00. Web safe color of #fe324c is #ff3333. Color #fe324c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110010 01001100
Octal 376 62 114
Decimal 254 50 76
Hex FE 32 4C

RGB Percentages of Color #fe324c

%66.84
%13.16
%20.00

CMYK Percentages of Color #fe324c

%0
%80
%70
%0

Triadic Colors of #fe324c

#fe324c #4cfe32 #324cfe

Analogous Colors of #fe324c

#fe324c #fe7e32 #fe32b2

Monochromatic Colors of #fe324c

#fe324c

Complementary Color

#fe324c #32fee4

#fe324c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe324c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe324c Color CSS Codes

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

#fe324c Text Font Color

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

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


#fe324c Background Color

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

This div background color is #fe324c


#fe324c Border Color

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

This div border color is #fe324c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe324c


Comments

No comments written yet.

Please login to write comment.