Color Hex Logo

#fa628a Color Hex

#FA628A
(250,98,138)
0 Favorites   0 Comments

Color spaces of #fa628a

RGB 25098138
HSL0.960.940.68
HSV344°61°98°
CMYK 0.000.610.45   0.02
XYZ48.379530.894327.4581
Yxy30.89430.45330.2895
Hunter Lab55.582658.09809.6183
CIE-Lab62.418361.20898.8467

#fa628a color RGB value is (250,98,138).

#fa628a hex color red value is 250, green value is 98 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fa628a hue: 0.96 , saturation: 0.94 and the lightness value of fa628a is 0.68.

The process color (four color CMYK) of #fa628a color hex is 0.00, 0.61, 0.45, 0.02. Web safe color of #fa628a is #ff6699. Color #fa628a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 10001010
Octal 372 142 212
Decimal 250 98 138
Hex FA 62 8A

RGB Percentages of Color #fa628a

%51.44
%20.16
%28.40

CMYK Percentages of Color #fa628a

%0
%61
%45
%2

Triadic Colors of #fa628a

#fa628a #8afa62 #628afa

Analogous Colors of #fa628a

#fa628a #fa8662 #fa62d6

Monochromatic Colors of #fa628a

#fa628a

Complementary Color

#fa628a #62fad2

#fa628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa628a Color CSS Codes

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

#fa628a Text Font Color

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

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


#fa628a Background Color

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

This div background color is #fa628a


#fa628a Border Color

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

This div border color is #fa628a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa628a

Related Colors


Comments

No comments written yet.

Please login to write comment.