Color Hex Logo

#fa627c Color Hex

#FA627C
(250,98,124)
0 Favorites   0 Comments

Color spaces of #fa627c

RGB 25098124
HSL0.970.940.68
HSV350°61°98°
CMYK 0.000.610.50   0.02
XYZ47.430130.514622.4588
Yxy30.51460.47240.3039
Hunter Lab55.240056.593314.5626
CIE-Lab62.095759.970616.4783

#fa627c color RGB value is (250,98,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 01111100
Octal 372 142 174
Decimal 250 98 124
Hex FA 62 7C

RGB Percentages of Color #fa627c

%52.97
%20.76
%26.27

CMYK Percentages of Color #fa627c

%0
%61
%50
%2

Triadic Colors of #fa627c

#fa627c #7cfa62 #627cfa

Analogous Colors of #fa627c

#fa627c #fa9462 #fa62c8

Monochromatic Colors of #fa627c

#fa627c

Complementary Color

#fa627c #62fae0

#fa627c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa627c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa627c Color CSS Codes

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

#fa627c Text Font Color

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

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


#fa627c Background Color

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

This div background color is #fa627c


#fa627c Border Color

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

This div border color is #fa627c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa627c

Related Colors


Comments

No comments written yet.

Please login to write comment.