Color Hex Logo

#fa409e Color Hex

#FA409E
(250,64,158)
0 Favorites   0 Comments

Color spaces of #fa409e

RGB 25064158
HSL0.920.950.62
HSV330°74°98°
CMYK 0.000.740.37   0.02
XYZ47.429326.459434.9551
Yxy26.45940.43580.2431
Hunter Lab51.438774.5690-4.2833
CIE-Lab58.470675.5941-8.5477

#fa409e color RGB value is (250,64,158).

#fa409e hex color red value is 250, green value is 64 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa409e hue: 0.92 , saturation: 0.95 and the lightness value of fa409e is 0.62.

The process color (four color CMYK) of #fa409e color hex is 0.00, 0.74, 0.37, 0.02. Web safe color of #fa409e is #ff3399. Color #fa409e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 10011110
Octal 372 100 236
Decimal 250 64 158
Hex FA 40 9E

RGB Percentages of Color #fa409e

%52.97
%13.56
%33.47

CMYK Percentages of Color #fa409e

%0
%74
%37
%2

Triadic Colors of #fa409e

#fa409e #9efa40 #409efa

Analogous Colors of #fa409e

#fa409e #fa4041 #f940fa

Monochromatic Colors of #fa409e

#fa409e

Complementary Color

#fa409e #40fa9c

#fa409e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa409e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa409e Color CSS Codes

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

#fa409e Text Font Color

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

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


#fa409e Background Color

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

This div background color is #fa409e


#fa409e Border Color

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

This div border color is #fa409e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa409e

Related Colors


Comments

No comments written yet.

Please login to write comment.