Color Hex Logo

#fa627e Color Hex

#FA627E
(250,98,126)
0 Favorites   0 Comments

Color spaces of #fa627e

RGB 25098126
HSL0.970.940.68
HSV349°61°98°
CMYK 0.000.610.50   0.02
XYZ47.557930.565723.1319
Yxy30.56570.46970.3019
Hunter Lab55.286356.796913.8933
CIE-Lab62.139360.138715.3845

#fa627e color RGB value is (250,98,126).

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

The process color (four color CMYK) of #fa627e color hex is 0.00, 0.61, 0.50, 0.02. Web safe color of #fa627e is #ff6666. Color #fa627e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 01111110
Octal 372 142 176
Decimal 250 98 126
Hex FA 62 7E

RGB Percentages of Color #fa627e

%52.74
%20.68
%26.58

CMYK Percentages of Color #fa627e

%0
%61
%50
%2

Triadic Colors of #fa627e

#fa627e #7efa62 #627efa

Analogous Colors of #fa627e

#fa627e #fa9262 #fa62ca

Monochromatic Colors of #fa627e

#fa627e

Complementary Color

#fa627e #62fade

#fa627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa627e Color CSS Codes

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

#fa627e Text Font Color

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

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


#fa627e Background Color

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

This div background color is #fa627e


#fa627e Border Color

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

This div border color is #fa627e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa627e


Comments

No comments written yet.

Please login to write comment.