Color Hex Logo

#fa59ae Color Hex

#FA59AE
(250,89,174)
0 Favorites   0 Comments

Color spaces of #fa59ae

RGB 25089174
HSL0.910.940.66
HSV328°64°98°
CMYK 0.000.640.30   0.02
XYZ50.636730.524743.2674
Yxy30.52470.40700.2453
Hunter Lab55.249266.9119-7.7575
CIE-Lab62.104368.6767-12.3756

#fa59ae color RGB value is (250,89,174).

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

The process color (four color CMYK) of #fa59ae color hex is 0.00, 0.64, 0.30, 0.02. Web safe color of #fa59ae is #ff6699. Color #fa59ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011001 10101110
Octal 372 131 256
Decimal 250 89 174
Hex FA 59 AE

RGB Percentages of Color #fa59ae

%48.73
%17.35
%33.92

CMYK Percentages of Color #fa59ae

%0
%64
%30
%2

Triadic Colors of #fa59ae

#fa59ae #aefa59 #59aefa

Analogous Colors of #fa59ae

#fa59ae #fa595e #f659fa

Monochromatic Colors of #fa59ae

#fa59ae

Complementary Color

#fa59ae #59faa5

#fa59ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa59ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa59ae Color CSS Codes

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

#fa59ae Text Font Color

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

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


#fa59ae Background Color

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

This div background color is #fa59ae


#fa59ae Border Color

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

This div border color is #fa59ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa59ae


Comments

No comments written yet.

Please login to write comment.