Color Hex Logo

#fa41aa Color Hex

#FA41AA
(250,65,170)
0 Favorites   0 Comments

Color spaces of #fa41aa

RGB 25065170
HSL0.910.950.62
HSV326°74°98°
CMYK 0.000.740.32   0.02
XYZ48.570327.006940.6831
Yxy27.00690.41780.2323
Hunter Lab51.968275.8847-10.0373
CIE-Lab58.980776.5502-14.7734

#fa41aa color RGB value is (250,65,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000001 10101010
Octal 372 101 252
Decimal 250 65 170
Hex FA 41 AA

RGB Percentages of Color #fa41aa

%51.55
%13.40
%35.05

CMYK Percentages of Color #fa41aa

%0
%74
%32
%2

Triadic Colors of #fa41aa

#fa41aa #aafa41 #41aafa

Analogous Colors of #fa41aa

#fa41aa #fa414e #ee41fa

Monochromatic Colors of #fa41aa

#fa41aa

Complementary Color

#fa41aa #41fa91

#fa41aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa41aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa41aa Color CSS Codes

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

#fa41aa Text Font Color

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

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


#fa41aa Background Color

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

This div background color is #fa41aa


#fa41aa Border Color

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

This div border color is #fa41aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa41aa

Related Colors


Comments

No comments written yet.

Please login to write comment.