Color Hex Logo

#fe71aa Color Hex

#FE71AA
(254,113,170)
0 Favorites   0 Comments

Color spaces of #fe71aa

RGB 254113170
HSL0.930.990.72
HSV336°56°100°
CMYK 0.000.560.33   0.00
XYZ54.033935.783442.0892
Yxy35.78340.40960.2713
Hunter Lab59.819256.55300.1566
CIE-Lab66.354159.2279-3.7015

#fe71aa color RGB value is (254,113,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110001 10101010
Octal 376 161 252
Decimal 254 113 170
Hex FE 71 AA

RGB Percentages of Color #fe71aa

%47.30
%21.04
%31.66

CMYK Percentages of Color #fe71aa

%0
%56
%33
%0

Triadic Colors of #fe71aa

#fe71aa #aafe71 #71aafe

Analogous Colors of #fe71aa

#fe71aa #fe7f71 #fe71f1

Monochromatic Colors of #fe71aa

#fe71aa

Complementary Color

#fe71aa #71fec5

#fe71aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe71aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe71aa Color CSS Codes

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

#fe71aa Text Font Color

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

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


#fe71aa Background Color

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

This div background color is #fe71aa


#fe71aa Border Color

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

This div border color is #fe71aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe71aa


Comments

No comments written yet.

Please login to write comment.