Color Hex Logo

#fe343f Color Hex

#FE343F
(254,52,63)
0 Favorites   0 Comments

Color spaces of #fe343f

RGB 2545263
HSL0.990.990.60
HSV357°80°100°
CMYK 0.000.800.75   0.00
XYZ42.998223.88577.0468
Yxy23.88570.58160.3231
Hunter Lab48.873071.515625.6623
CIE-Lab55.973273.602343.7932

#fe343f color RGB value is (254,52,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110100 00111111
Octal 376 64 77
Decimal 254 52 63
Hex FE 34 3F

RGB Percentages of Color #fe343f

%68.83
%14.09
%17.07

CMYK Percentages of Color #fe343f

%0
%80
%75
%0

Triadic Colors of #fe343f

#fe343f #3ffe34 #343ffe

Analogous Colors of #fe343f

#fe343f #fe8e34 #fe34a4

Monochromatic Colors of #fe343f

#fe343f

Complementary Color

#fe343f #34fef3

#fe343f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe343f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe343f Color CSS Codes

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

#fe343f Text Font Color

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

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


#fe343f Background Color

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

This div background color is #fe343f


#fe343f Border Color

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

This div border color is #fe343f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe343f

Related Colors


Comments

No comments written yet.

Please login to write comment.