Color Hex Logo

#fa628e Color Hex

#FA628E
(250,98,142)
0 Favorites   0 Comments

Color spaces of #fa628e

RGB 25098142
HSL0.950.940.68
HSV343°61°98°
CMYK 0.000.610.43   0.02
XYZ48.674531.012429.0117
Yxy31.01240.44780.2853
Hunter Lab55.688858.56178.0943
CIE-Lab62.518161.58856.6793

#fa628e color RGB value is (250,98,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 10001110
Octal 372 142 216
Decimal 250 98 142
Hex FA 62 8E

RGB Percentages of Color #fa628e

%51.02
%20.00
%28.98

CMYK Percentages of Color #fa628e

%0
%61
%43
%2

Triadic Colors of #fa628e

#fa628e #8efa62 #628efa

Analogous Colors of #fa628e

#fa628e #fa8262 #fa62da

Monochromatic Colors of #fa628e

#fa628e

Complementary Color

#fa628e #62face

#fa628e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa628e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa628e Color CSS Codes

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

#fa628e Text Font Color

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

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


#fa628e Background Color

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

This div background color is #fa628e


#fa628e Border Color

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

This div border color is #fa628e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa628e


Comments

No comments written yet.

Please login to write comment.