Color Hex Logo

#fa428a Color Hex

#FA428A
(250,66,138)
0 Favorites   0 Comments

Color spaces of #fa428a

RGB 25066138
HSL0.930.950.62
HSV337°74°98°
CMYK 0.000.740.45   0.02
XYZ45.960026.055426.6516
Yxy26.05540.46580.2641
Hunter Lab51.044571.39194.7744
CIE-Lab58.089673.09792.6329

#fa428a color RGB value is (250,66,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000010 10001010
Octal 372 102 212
Decimal 250 66 138
Hex FA 42 8A

RGB Percentages of Color #fa428a

%55.07
%14.54
%30.40

CMYK Percentages of Color #fa428a

%0
%74
%45
%2

Triadic Colors of #fa428a

#fa428a #8afa42 #428afa

Analogous Colors of #fa428a

#fa428a #fa5642 #fa42e6

Monochromatic Colors of #fa428a

#fa428a

Complementary Color

#fa428a #42fab2

#fa428a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa428a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa428a Color CSS Codes

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

#fa428a Text Font Color

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

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


#fa428a Background Color

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

This div background color is #fa428a


#fa428a Border Color

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

This div border color is #fa428a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa428a


Comments

No comments written yet.

Please login to write comment.