Color Hex Logo

#fe32aa Color Hex

#FE32AA
(254,50,170)
0 Favorites   0 Comments

Color spaces of #fe32aa

RGB 25450170
HSL0.900.990.60
HSV325°80°100°
CMYK 0.000.800.33   0.00
XYZ49.269426.254340.5010
Yxy26.25430.42460.2263
Hunter Lab51.239081.9706-10.9976
CIE-Lab58.277681.4894-15.7703

#fe32aa color RGB value is (254,50,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110010 10101010
Octal 376 62 252
Decimal 254 50 170
Hex FE 32 AA

RGB Percentages of Color #fe32aa

%53.59
%10.55
%35.86

CMYK Percentages of Color #fe32aa

%0
%80
%33
%0

Triadic Colors of #fe32aa

#fe32aa #aafe32 #32aafe

Analogous Colors of #fe32aa

#fe32aa #fe3244 #ec32fe

Monochromatic Colors of #fe32aa

#fe32aa

Complementary Color

#fe32aa #32fe86

#fe32aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe32aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe32aa Color CSS Codes

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

#fe32aa Text Font Color

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

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


#fe32aa Background Color

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

This div background color is #fe32aa


#fe32aa Border Color

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

This div border color is #fe32aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe32aa

Related Colors


Comments

No comments written yet.

Please login to write comment.