Color Hex Logo

#fa3aaa Color Hex

#FA3AAA
(250,58,170)
0 Favorites   0 Comments

Color spaces of #fa3aaa

RGB 25058170
HSL0.900.950.60
HSV325°77°98°
CMYK 0.000.770.32   0.02
XYZ48.193126.252440.5574
Yxy26.25240.41910.2283
Hunter Lab51.237178.2304-11.0658
CIE-Lab58.275978.5509-15.8401

#fa3aaa color RGB value is (250,58,170).

#fa3aaa hex color red value is 250, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fa3aaa hue: 0.90 , saturation: 0.95 and the lightness value of fa3aaa is 0.60.

The process color (four color CMYK) of #fa3aaa color hex is 0.00, 0.77, 0.32, 0.02. Web safe color of #fa3aaa is #ff3399. Color #fa3aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111010 10101010
Octal 372 72 252
Decimal 250 58 170
Hex FA 3A AA

RGB Percentages of Color #fa3aaa

%52.30
%12.13
%35.56

CMYK Percentages of Color #fa3aaa

%0
%77
%32
%2

Triadic Colors of #fa3aaa

#fa3aaa #aafa3a #3aaafa

Analogous Colors of #fa3aaa

#fa3aaa #fa3a4a #ea3afa

Monochromatic Colors of #fa3aaa

#fa3aaa

Complementary Color

#fa3aaa #3afa8a

#fa3aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3aaa Color CSS Codes

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

#fa3aaa Text Font Color

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

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


#fa3aaa Background Color

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

This div background color is #fa3aaa


#fa3aaa Border Color

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

This div border color is #fa3aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3aaa


Comments

No comments written yet.

Please login to write comment.