Color Hex Logo

#fa529a Color Hex

#FA529A
(250,82,154)
0 Favorites   0 Comments

Color spaces of #fa529a

RGB 25082154
HSL0.930.940.65
HSV334°67°98°
CMYK 0.000.670.38   0.02
XYZ48.274428.691733.5656
Yxy28.69170.43670.2596
Hunter Lab53.564667.13260.3419
CIE-Lab60.508669.1512-3.1947

#fa529a color RGB value is (250,82,154).

#fa529a hex color red value is 250, green value is 82 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fa529a hue: 0.93 , saturation: 0.94 and the lightness value of fa529a is 0.65.

The process color (four color CMYK) of #fa529a color hex is 0.00, 0.67, 0.38, 0.02. Web safe color of #fa529a is #ff6699. Color #fa529a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010010 10011010
Octal 372 122 232
Decimal 250 82 154
Hex FA 52 9A

RGB Percentages of Color #fa529a

%51.44
%16.87
%31.69

CMYK Percentages of Color #fa529a

%0
%67
%38
%2

Triadic Colors of #fa529a

#fa529a #9afa52 #529afa

Analogous Colors of #fa529a

#fa529a #fa5e52 #fa52ee

Monochromatic Colors of #fa529a

#fa529a

Complementary Color

#fa529a #52fab2

#fa529a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa529a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa529a Color CSS Codes

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

#fa529a Text Font Color

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

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


#fa529a Background Color

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

This div background color is #fa529a


#fa529a Border Color

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

This div border color is #fa529a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa529a

Related Colors


Comments

No comments written yet.

Please login to write comment.