Color Hex Logo

#fa229a Color Hex

#FA229A
(250,34,154)
0 Favorites   0 Comments

Color spaces of #fa229a

RGB 25034154
HSL0.910.960.56
HSV327°86°98°
CMYK 0.000.860.38   0.02
XYZ45.829123.801132.7505
Yxy23.80110.44760.2325
Hunter Lab48.786482.3038-5.6512
CIE-Lab55.888182.2142-10.0584

#fa229a color RGB value is (250,34,154).

#fa229a hex color red value is 250, green value is 34 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fa229a hue: 0.91 , saturation: 0.96 and the lightness value of fa229a is 0.56.

The process color (four color CMYK) of #fa229a color hex is 0.00, 0.86, 0.38, 0.02. Web safe color of #fa229a is #ff3399. Color #fa229a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100010 10011010
Octal 372 42 232
Decimal 250 34 154
Hex FA 22 9A

RGB Percentages of Color #fa229a

%57.08
%7.76
%35.16

CMYK Percentages of Color #fa229a

%0
%86
%38
%2

Triadic Colors of #fa229a

#fa229a #9afa22 #229afa

Analogous Colors of #fa229a

#fa229a #fa222e #ee22fa

Monochromatic Colors of #fa229a

#fa229a

Complementary Color

#fa229a #22fa82

#fa229a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa229a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa229a Color CSS Codes

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

#fa229a Text Font Color

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

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


#fa229a Background Color

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

This div background color is #fa229a


#fa229a Border Color

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

This div border color is #fa229a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,34,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fa229a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa229a


Comments

No comments written yet.

Please login to write comment.