Color Hex Logo

#fa11aa Color Hex

#FA11AA
(250,17,170)
0 Favorites   0 Comments

Color spaces of #fa11aa

RGB 25017170
HSL0.890.960.52
HSV321°93°98°
CMYK 0.000.930.32   0.02
XYZ46.880523.627240.1198
Yxy23.62720.42380.2136
Hunter Lab48.607887.0932-14.9112
CIE-Lab55.712685.9463-19.7401

#fa11aa color RGB value is (250,17,170).

#fa11aa hex color red value is 250, green value is 17 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fa11aa hue: 0.89 , saturation: 0.96 and the lightness value of fa11aa is 0.52.

The process color (four color CMYK) of #fa11aa color hex is 0.00, 0.93, 0.32, 0.02. Web safe color of #fa11aa is #ff0099. Color #fa11aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010001 10101010
Octal 372 21 252
Decimal 250 17 170
Hex FA 11 AA

RGB Percentages of Color #fa11aa

%57.21
%3.89
%38.90

CMYK Percentages of Color #fa11aa

%0
%93
%32
%2

Triadic Colors of #fa11aa

#fa11aa #aafa11 #11aafa

Analogous Colors of #fa11aa

#fa11aa #fa1135 #d611fa

Monochromatic Colors of #fa11aa

#fa11aa

Complementary Color

#fa11aa #11fa61

#fa11aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa11aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa11aa Color CSS Codes

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

#fa11aa Text Font Color

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

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


#fa11aa Background Color

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

This div background color is #fa11aa


#fa11aa Border Color

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

This div border color is #fa11aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa11aa


Comments

No comments written yet.

Please login to write comment.