Color Hex Logo

#fa409b Color Hex

#FA409B
(250,64,155)
0 Favorites   0 Comments

Color spaces of #fa409b

RGB 25064155
HSL0.920.950.62
HSV331°74°98°
CMYK 0.000.740.38   0.02
XYZ47.174126.357333.6115
Yxy26.35730.44030.2460
Hunter Lab51.339474.1741-2.8792
CIE-Lab58.374775.2949-6.9354

#fa409b color RGB value is (250,64,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 10011011
Octal 372 100 233
Decimal 250 64 155
Hex FA 40 9B

RGB Percentages of Color #fa409b

%53.30
%13.65
%33.05

CMYK Percentages of Color #fa409b

%0
%74
%38
%2

Triadic Colors of #fa409b

#fa409b #9bfa40 #409bfa

Analogous Colors of #fa409b

#fa409b #fa4240 #fa40f8

Monochromatic Colors of #fa409b

#fa409b

Complementary Color

#fa409b #40fa9f

#fa409b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa409b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa409b Color CSS Codes

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

#fa409b Text Font Color

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

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


#fa409b Background Color

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

This div background color is #fa409b


#fa409b Border Color

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

This div border color is #fa409b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa409b


Comments

No comments written yet.

Please login to write comment.