Color Hex Logo

#fa549e Color Hex

#FA549E
(250,84,158)
0 Favorites   0 Comments

Color spaces of #fa549e

RGB 25084158
HSL0.930.940.65
HSV333°66°98°
CMYK 0.000.660.37   0.02
XYZ48.766229.133335.4008
Yxy29.13330.43040.2571
Hunter Lab53.975366.8165-1.1039
CIE-Lab60.899168.8180-4.9401

#fa549e color RGB value is (250,84,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010100 10011110
Octal 372 124 236
Decimal 250 84 158
Hex FA 54 9E

RGB Percentages of Color #fa549e

%50.81
%17.07
%32.11

CMYK Percentages of Color #fa549e

%0
%66
%37
%2

Triadic Colors of #fa549e

#fa549e #9efa54 #549efa

Analogous Colors of #fa549e

#fa549e #fa5d54 #fa54f1

Monochromatic Colors of #fa549e

#fa549e

Complementary Color

#fa549e #54fab0

#fa549e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa549e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa549e Color CSS Codes

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

#fa549e Text Font Color

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

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


#fa549e Background Color

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

This div background color is #fa549e


#fa549e Border Color

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

This div border color is #fa549e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa549e

Related Colors


Comments

No comments written yet.

Please login to write comment.