Color Hex Logo

#fa21aa Color Hex

#FA21AA
(250,33,170)
0 Favorites   0 Comments

Color spaces of #fa21aa

RGB 25033170
HSL0.890.960.55
HSV322°87°98°
CMYK 0.000.870.32   0.02
XYZ47.223924.314040.2343
Yxy24.31400.42250.2175
Hunter Lab49.309284.6599-13.8617
CIE-Lab56.400883.9421-18.6898

#fa21aa color RGB value is (250,33,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100001 10101010
Octal 372 41 252
Decimal 250 33 170
Hex FA 21 AA

RGB Percentages of Color #fa21aa

%55.19
%7.28
%37.53

CMYK Percentages of Color #fa21aa

%0
%87
%32
%2

Triadic Colors of #fa21aa

#fa21aa #aafa21 #21aafa

Analogous Colors of #fa21aa

#fa21aa #fa213e #de21fa

Monochromatic Colors of #fa21aa

#fa21aa

Complementary Color

#fa21aa #21fa71

#fa21aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa21aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa21aa Color CSS Codes

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

#fa21aa Text Font Color

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

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


#fa21aa Background Color

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

This div background color is #fa21aa


#fa21aa Border Color

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

This div border color is #fa21aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa21aa


Comments

No comments written yet.

Please login to write comment.