Color Hex Logo

#fe50aa Color Hex

#FE50AA
(254,80,170)
0 Favorites   0 Comments

Color spaces of #fe50aa

RGB 25480170
HSL0.910.990.65
HSV329°69°100°
CMYK 0.000.690.33   0.00
XYZ50.997429.710441.0770
Yxy29.71040.41880.2440
Hunter Lab54.507271.6183-6.5262
CIE-Lab61.403572.6576-11.0595

#fe50aa color RGB value is (254,80,170).

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

The process color (four color CMYK) of #fe50aa color hex is 0.00, 0.69, 0.33, 0.00. Web safe color of #fe50aa is #ff6699. Color #fe50aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 10101010
Octal 376 120 252
Decimal 254 80 170
Hex FE 50 AA

RGB Percentages of Color #fe50aa

%50.40
%15.87
%33.73

CMYK Percentages of Color #fe50aa

%0
%69
%33
%0

Triadic Colors of #fe50aa

#fe50aa #aafe50 #50aafe

Analogous Colors of #fe50aa

#fe50aa #fe5053 #fb50fe

Monochromatic Colors of #fe50aa

#fe50aa

Complementary Color

#fe50aa #50fea4

#fe50aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe50aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe50aa Color CSS Codes

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

#fe50aa Text Font Color

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

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


#fe50aa Background Color

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

This div background color is #fe50aa


#fe50aa Border Color

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

This div border color is #fe50aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe50aa

Related Colors


Comments

No comments written yet.

Please login to write comment.