Color Hex Logo

#fe13aa Color Hex

#FE13AA
(254,19,170)
0 Favorites   0 Comments

Color spaces of #fe13aa

RGB 25419170
HSL0.890.990.54
HSV321°93°100°
CMYK 0.000.930.33   0.00
XYZ48.361624.438940.1984
Yxy24.43890.42800.2163
Hunter Lab49.435788.1091-13.6064
CIE-Lab56.524686.5636-18.4337

#fe13aa color RGB value is (254,19,170).

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

The process color (four color CMYK) of #fe13aa color hex is 0.00, 0.93, 0.33, 0.00. Web safe color of #fe13aa is #ff0099. Color #fe13aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010011 10101010
Octal 376 23 252
Decimal 254 19 170
Hex FE 13 AA

RGB Percentages of Color #fe13aa

%57.34
%4.29
%38.37

CMYK Percentages of Color #fe13aa

%0
%93
%33
%0

Triadic Colors of #fe13aa

#fe13aa #aafe13 #13aafe

Analogous Colors of #fe13aa

#fe13aa #fe1334 #dd13fe

Monochromatic Colors of #fe13aa

#fe13aa

Complementary Color

#fe13aa #13fe67

#fe13aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe13aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe13aa Color CSS Codes

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

#fe13aa Text Font Color

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

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


#fe13aa Background Color

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

This div background color is #fe13aa


#fe13aa Border Color

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

This div border color is #fe13aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe13aa


Comments

No comments written yet.

Please login to write comment.