Color Hex Logo

#fa7eaa Color Hex

#FA7EAA
(250,126,170)
0 Favorites   0 Comments

Color spaces of #fa7eaa

RGB 250126170
HSL0.940.930.74
HSV339°50°98°
CMYK 0.000.500.32   0.02
XYZ54.140938.148042.5400
Yxy38.14800.40160.2829
Hunter Lab61.764148.38172.3989
CIE-Lab68.129651.8483-1.1586

#fa7eaa color RGB value is (250,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111110 10101010
Octal 372 176 252
Decimal 250 126 170
Hex FA 7E AA

RGB Percentages of Color #fa7eaa

%45.79
%23.08
%31.14

CMYK Percentages of Color #fa7eaa

%0
%50
%32
%2

Triadic Colors of #fa7eaa

#fa7eaa #aafa7e #7eaafa

Analogous Colors of #fa7eaa

#fa7eaa #fa907e #fa7ee8

Monochromatic Colors of #fa7eaa

#fa7eaa

Complementary Color

#fa7eaa #7eface

#fa7eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7eaa Color CSS Codes

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

#fa7eaa Text Font Color

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

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


#fa7eaa Background Color

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

This div background color is #fa7eaa


#fa7eaa Border Color

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

This div border color is #fa7eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7eaa

#fa7eaa Color Palettes


Comments

No comments written yet.

Please login to write comment.