Color Hex Logo

#fe344c Color Hex

#FE344C
(254,52,76)
0 Favorites   0 Comments

Color spaces of #fe344c

RGB 2545276
HSL0.980.990.60
HSV353°80°100°
CMYK 0.000.800.70   0.00
XYZ43.405524.04869.1916
Yxy24.04860.56630.3138
Hunter Lab49.039472.174223.2147
CIE-Lab56.136474.106836.6380

#fe344c color RGB value is (254,52,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110100 01001100
Octal 376 64 114
Decimal 254 52 76
Hex FE 34 4C

RGB Percentages of Color #fe344c

%66.49
%13.61
%19.90

CMYK Percentages of Color #fe344c

%0
%80
%70
%0

Triadic Colors of #fe344c

#fe344c #4cfe34 #344cfe

Analogous Colors of #fe344c

#fe344c #fe8134 #fe34b1

Monochromatic Colors of #fe344c

#fe344c

Complementary Color

#fe344c #34fee6

#fe344c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe344c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe344c Color CSS Codes

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

#fe344c Text Font Color

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

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


#fe344c Background Color

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

This div background color is #fe344c


#fe344c Border Color

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

This div border color is #fe344c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe344c

Related Colors


Comments

No comments written yet.

Please login to write comment.