Color Hex Logo

#fa528f Color Hex

#FA528F
(250,82,143)
0 Favorites   0 Comments

Color spaces of #fa528f

RGB 25082143
HSL0.940.940.65
HSV338°67°98°
CMYK 0.000.670.43   0.02
XYZ47.399628.341828.9589
Yxy28.34180.45270.2707
Hunter Lab53.237065.76285.0144
CIE-Lab60.196368.07282.7542

#fa528f color RGB value is (250,82,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010010 10001111
Octal 372 122 217
Decimal 250 82 143
Hex FA 52 8F

RGB Percentages of Color #fa528f

%52.63
%17.26
%30.11

CMYK Percentages of Color #fa528f

%0
%67
%43
%2

Triadic Colors of #fa528f

#fa528f #8ffa52 #528ffa

Analogous Colors of #fa528f

#fa528f #fa6952 #fa52e3

Monochromatic Colors of #fa528f

#fa528f

Complementary Color

#fa528f #52fabd

#fa528f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa528f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa528f Color CSS Codes

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

#fa528f Text Font Color

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

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


#fa528f Background Color

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

This div background color is #fa528f


#fa528f Border Color

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

This div border color is #fa528f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa528f


Comments

No comments written yet.

Please login to write comment.