Color Hex Logo

#fa5ea1 Color Hex

#FA5EA1
(250,94,161)
0 Favorites   0 Comments

Color spaces of #fa5ea1

RGB 25094161
HSL0.930.940.67
HSV334°62°98°
CMYK 0.000.620.36   0.02
XYZ49.860130.902637.0551
Yxy30.90260.42320.2623
Hunter Lab55.590162.8182-0.6083
CIE-Lab62.425365.2103-4.4184

#fa5ea1 color RGB value is (250,94,161).

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

The process color (four color CMYK) of #fa5ea1 color hex is 0.00, 0.62, 0.36, 0.02. Web safe color of #fa5ea1 is #ff6699. Color #fa5ea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011110 10100001
Octal 372 136 241
Decimal 250 94 161
Hex FA 5E A1

RGB Percentages of Color #fa5ea1

%49.50
%18.61
%31.88

CMYK Percentages of Color #fa5ea1

%0
%62
%36
%2

Triadic Colors of #fa5ea1

#fa5ea1 #a1fa5e #5ea1fa

Analogous Colors of #fa5ea1

#fa5ea1 #fa695e #fa5eef

Monochromatic Colors of #fa5ea1

#fa5ea1

Complementary Color

#fa5ea1 #5efab7

#fa5ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5ea1 Color CSS Codes

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

#fa5ea1 Text Font Color

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

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


#fa5ea1 Background Color

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

This div background color is #fa5ea1


#fa5ea1 Border Color

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

This div border color is #fa5ea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5ea1


Comments

No comments written yet.

Please login to write comment.