Color Hex Logo

#fa528a Color Hex

#FA528A
(250,82,138)
0 Favorites   0 Comments

Color spaces of #fa528a

RGB 25082138
HSL0.940.940.65
HSV340°67°98°
CMYK 0.000.670.45   0.02
XYZ47.029128.193627.0079
Yxy28.19360.46000.2758
Hunter Lab53.097665.17837.0107
CIE-Lab60.063267.61055.4807

#fa528a color RGB value is (250,82,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010010 10001010
Octal 372 122 212
Decimal 250 82 138
Hex FA 52 8A

RGB Percentages of Color #fa528a

%53.19
%17.45
%29.36

CMYK Percentages of Color #fa528a

%0
%67
%45
%2

Triadic Colors of #fa528a

#fa528a #8afa52 #528afa

Analogous Colors of #fa528a

#fa528a #fa6e52 #fa52de

Monochromatic Colors of #fa528a

#fa528a

Complementary Color

#fa528a #52fac2

#fa528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa528a Color CSS Codes

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

#fa528a Text Font Color

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

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


#fa528a Background Color

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

This div background color is #fa528a


#fa528a Border Color

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

This div border color is #fa528a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa528a

Related Colors


Comments

No comments written yet.

Please login to write comment.