color codes Logo

#fe347f color codes

#FE347F
(254,52,127)
0 Favorites   0 Comments

Color spaces of #fe347f

RGB 25452127
HSL0.940.990.60
HSV338°80°100°
CMYK 0.000.800.50   0.00
XYZ45.931825.059122.4947
Yxy25.05910.49130.2681
Hunter Lab50.059176.17978.3986
CIE-Lab57.133077.14107.8589

#fe347f color RGB value is (254,52,127).

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

The process color (four color CMYK) of #fe347f color code is 0.00, 0.80, 0.50, 0.00. Web safe color of #fe347f is #ff3366. Color #fe347f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110100 01111111
Octal 376 64 177
Decimal 254 52 127
Hex FE 34 7F

RGB Percentages of Color #fe347f

%58.66
%12.01
%29.33

CMYK Percentages of Color #fe347f

%0
%80
%50
%0

Triadic Colors of #fe347f

#fe347f #7ffe34 #347ffe

Analogous Colors of #fe347f

#fe347f #fe4e34 #fe34e4

Monochromatic Colors of #fe347f

#fe347f

Complementary Color

#fe347f #34feb3

#fe347f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe347f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe347f Color CSS Codes

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

#fe347f Text Font Color

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

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


#fe347f Background Color

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

This div background color is #fe347f


#fe347f Border Color

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

This div border color is #fe347f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe347f


Comments

No comments written yet.

Please login to write comment.