Color Hex Logo

#fe344d Color Hex

#FE344D
(254,52,77)
0 Favorites   0 Comments

Color spaces of #fe344d

RGB 2545277
HSL0.980.990.60
HSV353°80°100°
CMYK 0.000.800.70   0.00
XYZ43.440624.06269.3762
Yxy24.06260.56500.3130
Hunter Lab49.053672.231023.0048
CIE-Lab56.150474.150236.0787

#fe344d color RGB value is (254,52,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110100 01001101
Octal 376 64 115
Decimal 254 52 77
Hex FE 34 4D

RGB Percentages of Color #fe344d

%66.32
%13.58
%20.10

CMYK Percentages of Color #fe344d

%0
%80
%70
%0

Triadic Colors of #fe344d

#fe344d #4dfe34 #344dfe

Analogous Colors of #fe344d

#fe344d #fe8034 #fe34b2

Monochromatic Colors of #fe344d

#fe344d

Complementary Color

#fe344d #34fee5

#fe344d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe344d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe344d Color CSS Codes

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

#fe344d Text Font Color

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

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


#fe344d Background Color

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

This div background color is #fe344d


#fe344d Border Color

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

This div border color is #fe344d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe344d

Related Colors

#fe344d Color Palettes


Comments

No comments written yet.

Please login to write comment.