Color Hex Logo

#fa5eaa Color Hex

#FA5EAA
(250,94,170)
0 Favorites   0 Comments

Color spaces of #fa5eaa

RGB 25094170
HSL0.920.940.67
HSV331°62°98°
CMYK 0.000.620.32   0.02
XYZ50.682731.231741.3873
Yxy31.23170.41100.2533
Hunter Lab55.885364.0833-4.7890
CIE-Lab62.702766.2201-9.1825

#fa5eaa color RGB value is (250,94,170).

#fa5eaa hex color red value is 250, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fa5eaa hue: 0.92 , saturation: 0.94 and the lightness value of fa5eaa is 0.67.

The process color (four color CMYK) of #fa5eaa color hex is 0.00, 0.62, 0.32, 0.02. Web safe color of #fa5eaa is #ff6699. Color #fa5eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011110 10101010
Octal 372 136 252
Decimal 250 94 170
Hex FA 5E AA

RGB Percentages of Color #fa5eaa

%48.64
%18.29
%33.07

CMYK Percentages of Color #fa5eaa

%0
%62
%32
%2

Triadic Colors of #fa5eaa

#fa5eaa #aafa5e #5eaafa

Analogous Colors of #fa5eaa

#fa5eaa #fa605e #fa5ef8

Monochromatic Colors of #fa5eaa

#fa5eaa

Complementary Color

#fa5eaa #5efaae

#fa5eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5eaa Color CSS Codes

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

#fa5eaa Text Font Color

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

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


#fa5eaa Background Color

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

This div background color is #fa5eaa


#fa5eaa Border Color

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

This div border color is #fa5eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5eaa


Comments

No comments written yet.

Please login to write comment.