Color Hex Logo

#fe347a Color Hex

#FE347A
(254,52,122)
0 Favorites   0 Comments

Color spaces of #fe347a

RGB 25452122
HSL0.940.990.60
HSV339°80°100°
CMYK 0.000.800.52   0.00
XYZ45.613924.932020.8206
Yxy24.93200.49920.2729
Hunter Lab49.932075.682610.2297
CIE-Lab57.009176.767610.6543

#fe347a color RGB value is (254,52,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110100 01111010
Octal 376 64 172
Decimal 254 52 122
Hex FE 34 7A

RGB Percentages of Color #fe347a

%59.35
%12.15
%28.50

CMYK Percentages of Color #fe347a

%0
%80
%52
%0

Triadic Colors of #fe347a

#fe347a #7afe34 #347afe

Analogous Colors of #fe347a

#fe347a #fe5334 #fe34df

Monochromatic Colors of #fe347a

#fe347a

Complementary Color

#fe347a #34feb8

#fe347a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe347a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe347a Color CSS Codes

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

#fe347a Text Font Color

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

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


#fe347a Background Color

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

This div background color is #fe347a


#fe347a Border Color

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

This div border color is #fe347a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe347a


Comments

No comments written yet.

Please login to write comment.