Color Hex Logo

#fe53aa Color Hex

#FE53AA
(254,83,170)
0 Favorites   0 Comments

Color spaces of #fe53aa

RGB 25483170
HSL0.920.990.66
HSV329°67°100°
CMYK 0.000.670.33   0.00
XYZ51.222030.159641.1519
Yxy30.15960.41800.2461
Hunter Lab54.917870.3816-5.9858
CIE-Lab61.791771.5801-10.4781

#fe53aa color RGB value is (254,83,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010011 10101010
Octal 376 123 252
Decimal 254 83 170
Hex FE 53 AA

RGB Percentages of Color #fe53aa

%50.10
%16.37
%33.53

CMYK Percentages of Color #fe53aa

%0
%67
%33
%0

Triadic Colors of #fe53aa

#fe53aa #aafe53 #53aafe

Analogous Colors of #fe53aa

#fe53aa #fe5354 #fd53fe

Monochromatic Colors of #fe53aa

#fe53aa

Complementary Color

#fe53aa #53fea7

#fe53aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe53aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe53aa Color CSS Codes

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

#fe53aa Text Font Color

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

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


#fe53aa Background Color

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

This div background color is #fe53aa


#fe53aa Border Color

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

This div border color is #fe53aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe53aa


Comments

No comments written yet.

Please login to write comment.