Color Hex Logo

#fe349e Color Hex

#FE349E
(254,52,158)
0 Favorites   0 Comments

Color spaces of #fe349e

RGB 25452158
HSL0.910.990.60
HSV329°80°100°
CMYK 0.000.800.38   0.00
XYZ48.272625.995434.8211
Yxy25.99540.44250.2383
Hunter Lab50.985779.7766-4.8026
CIE-Lab58.032779.8182-9.1274

#fe349e color RGB value is (254,52,158).

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

The process color (four color CMYK) of #fe349e color hex is 0.00, 0.80, 0.38, 0.00. Web safe color of #fe349e is #ff3399. Color #fe349e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110100 10011110
Octal 376 64 236
Decimal 254 52 158
Hex FE 34 9E

RGB Percentages of Color #fe349e

%54.74
%11.21
%34.05

CMYK Percentages of Color #fe349e

%0
%80
%38
%0

Triadic Colors of #fe349e

#fe349e #9efe34 #349efe

Analogous Colors of #fe349e

#fe349e #fe3439 #f934fe

Monochromatic Colors of #fe349e

#fe349e

Complementary Color

#fe349e #34fe94

#fe349e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe349e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe349e Color CSS Codes

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

#fe349e Text Font Color

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

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


#fe349e Background Color

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

This div background color is #fe349e


#fe349e Border Color

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

This div border color is #fe349e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe349e


Comments

No comments written yet.

Please login to write comment.