Color Hex Logo

#fa418a Color Hex

#FA418A
(250,65,138)
0 Favorites   0 Comments

Color spaces of #fa418a

RGB 25065138
HSL0.930.950.62
HSV336°74°98°
CMYK 0.000.740.45   0.02
XYZ45.902125.939626.6323
Yxy25.93960.46610.2634
Hunter Lab50.930971.74614.6483
CIE-Lab57.979773.40682.4736

#fa418a color RGB value is (250,65,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000001 10001010
Octal 372 101 212
Decimal 250 65 138
Hex FA 41 8A

RGB Percentages of Color #fa418a

%55.19
%14.35
%30.46

CMYK Percentages of Color #fa418a

%0
%74
%45
%2

Triadic Colors of #fa418a

#fa418a #8afa41 #418afa

Analogous Colors of #fa418a

#fa418a #fa5541 #fa41e7

Monochromatic Colors of #fa418a

#fa418a

Complementary Color

#fa418a #41fab1

#fa418a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa418a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa418a Color CSS Codes

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

#fa418a Text Font Color

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

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


#fa418a Background Color

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

This div background color is #fa418a


#fa418a Border Color

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

This div border color is #fa418a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa418a


Comments

No comments written yet.

Please login to write comment.