Color Hex Logo

#fa057a Color Hex

#FA057A
(250,5,122)
0 Favorites   0 Comments

Color spaces of #fa057a

RGB 2505122
HSL0.920.960.50
HSV331°98°98°
CMYK 0.000.980.51   0.02
XYZ42.991521.837720.3615
Yxy21.83770.50470.2563
Hunter Lab46.730882.43786.8778
CIE-Lab53.854482.71516.0683

#fa057a color RGB value is (250,5,122).

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

The process color (four color CMYK) of #fa057a color hex is 0.00, 0.98, 0.51, 0.02. Web safe color of #fa057a is #ff0066. Color #fa057a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000101 01111010
Octal 372 5 172
Decimal 250 5 122
Hex FA 5 7A

RGB Percentages of Color #fa057a

%66.31
%1.33
%32.36

CMYK Percentages of Color #fa057a

%0
%98
%51
%2

Triadic Colors of #fa057a

#fa057a #7afa05 #057afa

Analogous Colors of #fa057a

#fa057a #fa0b05 #fa05f5

Monochromatic Colors of #fa057a

#fa057a

Complementary Color

#fa057a #05fa85

#fa057a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa057a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa057a Color CSS Codes

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

#fa057a Text Font Color

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

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


#fa057a Background Color

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

This div background color is #fa057a


#fa057a Border Color

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

This div border color is #fa057a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa057a


Comments

No comments written yet.

Please login to write comment.