Color Hex Logo

#fe76aa Color Hex

#FE76AA
(254,118,170)
0 Favorites   0 Comments

Color spaces of #fe76aa

RGB 254118170
HSL0.940.990.73
HSV337°54°100°
CMYK 0.000.540.33   0.00
XYZ54.607236.930042.2803
Yxy36.93000.40810.2760
Hunter Lab60.770154.05021.2885
CIE-Lab67.224556.9360-2.4209

#fe76aa color RGB value is (254,118,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110110 10101010
Octal 376 166 252
Decimal 254 118 170
Hex FE 76 AA

RGB Percentages of Color #fe76aa

%46.86
%21.77
%31.37

CMYK Percentages of Color #fe76aa

%0
%54
%33
%0

Triadic Colors of #fe76aa

#fe76aa #aafe76 #76aafe

Analogous Colors of #fe76aa

#fe76aa #fe8676 #fe76ee

Monochromatic Colors of #fe76aa

#fe76aa

Complementary Color

#fe76aa #76feca

#fe76aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe76aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe76aa Color CSS Codes

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

#fe76aa Text Font Color

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

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


#fe76aa Background Color

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

This div background color is #fe76aa


#fe76aa Border Color

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

This div border color is #fe76aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe76aa


Comments

No comments written yet.

Please login to write comment.