Color Hex Logo

#fa49ae Color Hex

#FA49AE
(250,73,174)
0 Favorites   0 Comments

Color spaces of #fa49ae

RGB 25073174
HSL0.900.950.63
HSV326°71°98°
CMYK 0.000.710.30   0.02
XYZ49.446928.145142.8708
Yxy28.14510.41050.2336
Hunter Lab53.052073.5294-10.7753
CIE-Lab60.019674.4628-15.5193

#fa49ae color RGB value is (250,73,174).

#fa49ae hex color red value is 250, green value is 73 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fa49ae hue: 0.90 , saturation: 0.95 and the lightness value of fa49ae is 0.63.

The process color (four color CMYK) of #fa49ae color hex is 0.00, 0.71, 0.30, 0.02. Web safe color of #fa49ae is #ff3399. Color #fa49ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001001 10101110
Octal 372 111 256
Decimal 250 73 174
Hex FA 49 AE

RGB Percentages of Color #fa49ae

%50.30
%14.69
%35.01

CMYK Percentages of Color #fa49ae

%0
%71
%30
%2

Triadic Colors of #fa49ae

#fa49ae #aefa49 #49aefa

Analogous Colors of #fa49ae

#fa49ae #fa4956 #ee49fa

Monochromatic Colors of #fa49ae

#fa49ae

Complementary Color

#fa49ae #49fa95

#fa49ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa49ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa49ae Color CSS Codes

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

#fa49ae Text Font Color

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

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


#fa49ae Background Color

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

This div background color is #fa49ae


#fa49ae Border Color

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

This div border color is #fa49ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa49ae


Comments

No comments written yet.

Please login to write comment.