Color Hex Logo

#fe327f Color Hex

#FE327F
(254,50,127)
0 Favorites   0 Comments

Color spaces of #fe327f

RGB 25450127
HSL0.940.990.60
HSV337°80°100°
CMYK 0.000.800.50   0.00
XYZ45.844424.884322.4656
Yxy24.88430.49190.2670
Hunter Lab49.884276.74738.2173
CIE-Lab56.962577.62677.6160

#fe327f color RGB value is (254,50,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110010 01111111
Octal 376 62 177
Decimal 254 50 127
Hex FE 32 7F

RGB Percentages of Color #fe327f

%58.93
%11.60
%29.47

CMYK Percentages of Color #fe327f

%0
%80
%50
%0

Triadic Colors of #fe327f

#fe327f #7ffe32 #327ffe

Analogous Colors of #fe327f

#fe327f #fe4b32 #fe32e5

Monochromatic Colors of #fe327f

#fe327f

Complementary Color

#fe327f #32feb1

#fe327f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe327f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe327f Color CSS Codes

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

#fe327f Text Font Color

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

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


#fe327f Background Color

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

This div background color is #fe327f


#fe327f Border Color

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

This div border color is #fe327f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe327f

Related Colors


Comments

No comments written yet.

Please login to write comment.