Color Hex Logo

#fa227a Color Hex

#FA227A
(250,34,122)
0 Favorites   0 Comments

Color spaces of #fa227a

RGB 25034122
HSL0.930.960.56
HSV336°86°98°
CMYK 0.000.860.51   0.02
XYZ43.509222.873220.5341
Yxy22.87320.50060.2632
Hunter Lab47.825978.69338.0219
CIE-Lab54.941579.56387.6204

#fa227a color RGB value is (250,34,122).

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

The process color (four color CMYK) of #fa227a color hex is 0.00, 0.86, 0.51, 0.02. Web safe color of #fa227a is #ff3366. Color #fa227a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100010 01111010
Octal 372 42 172
Decimal 250 34 122
Hex FA 22 7A

RGB Percentages of Color #fa227a

%61.58
%8.37
%30.05

CMYK Percentages of Color #fa227a

%0
%86
%51
%2

Triadic Colors of #fa227a

#fa227a #7afa22 #227afa

Analogous Colors of #fa227a

#fa227a #fa3622 #fa22e6

Monochromatic Colors of #fa227a

#fa227a

Complementary Color

#fa227a #22faa2

#fa227a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa227a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa227a Color CSS Codes

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

#fa227a Text Font Color

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

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


#fa227a Background Color

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

This div background color is #fa227a


#fa227a Border Color

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

This div border color is #fa227a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa227a

Related Colors


Comments

No comments written yet.

Please login to write comment.