Color Hex Logo

#fa589a Color Hex

#FA589A
(250,88,154)
0 Favorites   0 Comments

Color spaces of #fa589a

RGB 25088154
HSL0.930.940.66
HSV336°65°98°
CMYK 0.000.650.38   0.02
XYZ48.746829.636533.7230
Yxy29.63650.43480.2644
Hunter Lab54.439464.56571.3799
CIE-Lab61.339366.8675-1.9733

#fa589a color RGB value is (250,88,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011000 10011010
Octal 372 130 232
Decimal 250 88 154
Hex FA 58 9A

RGB Percentages of Color #fa589a

%50.81
%17.89
%31.30

CMYK Percentages of Color #fa589a

%0
%65
%38
%2

Triadic Colors of #fa589a

#fa589a #9afa58 #589afa

Analogous Colors of #fa589a

#fa589a #fa6758 #fa58eb

Monochromatic Colors of #fa589a

#fa589a

Complementary Color

#fa589a #58fab8

#fa589a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa589a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa589a Color CSS Codes

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

#fa589a Text Font Color

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

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


#fa589a Background Color

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

This div background color is #fa589a


#fa589a Border Color

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

This div border color is #fa589a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa589a


Comments

No comments written yet.

Please login to write comment.