Color Hex Logo

#fe1aaa Color Hex

#FE1AAA
(254,26,170)
0 Favorites   0 Comments

Color spaces of #fe1aaa

RGB 25426170
HSL0.890.990.55
HSV322°90°100°
CMYK 0.000.900.33   0.00
XYZ48.498124.711940.2439
Yxy24.71190.42750.2178
Hunter Lab49.711187.1502-13.2008
CIE-Lab56.793685.7791-18.0240

#fe1aaa color RGB value is (254,26,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011010 10101010
Octal 376 32 252
Decimal 254 26 170
Hex FE 1A AA

RGB Percentages of Color #fe1aaa

%56.44
%5.78
%37.78

CMYK Percentages of Color #fe1aaa

%0
%90
%33
%0

Triadic Colors of #fe1aaa

#fe1aaa #aafe1a #1aaafe

Analogous Colors of #fe1aaa

#fe1aaa #fe1a38 #e01afe

Monochromatic Colors of #fe1aaa

#fe1aaa

Complementary Color

#fe1aaa #1afe6e

#fe1aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1aaa Color CSS Codes

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

#fe1aaa Text Font Color

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

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


#fe1aaa Background Color

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

This div background color is #fe1aaa


#fe1aaa Border Color

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

This div border color is #fe1aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1aaa


Comments

No comments written yet.

Please login to write comment.