Color Hex Logo

#fa558a Color Hex

#FA558A
(250,85,138)
0 Favorites   0 Comments

Color spaces of #fa558a

RGB 25085138
HSL0.950.940.66
HSV341°66°98°
CMYK 0.000.660.45   0.02
XYZ47.260328.656027.0850
Yxy28.65600.45880.2782
Hunter Lab53.531363.90967.4732
CIE-Lab60.476866.47486.0743

#fa558a color RGB value is (250,85,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010101 10001010
Octal 372 125 212
Decimal 250 85 138
Hex FA 55 8A

RGB Percentages of Color #fa558a

%52.85
%17.97
%29.18

CMYK Percentages of Color #fa558a

%0
%66
%45
%2

Triadic Colors of #fa558a

#fa558a #8afa55 #558afa

Analogous Colors of #fa558a

#fa558a #fa7355 #fa55dd

Monochromatic Colors of #fa558a

#fa558a

Complementary Color

#fa558a #55fac5

#fa558a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa558a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa558a Color CSS Codes

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

#fa558a Text Font Color

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

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


#fa558a Background Color

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

This div background color is #fa558a


#fa558a Border Color

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

This div border color is #fa558a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa558a

Related Colors


Comments

No comments written yet.

Please login to write comment.