Color Hex Logo

#fa62ac Color Hex

#FA62AC
(250,98,172)
0 Favorites   0 Comments

Color spaces of #fa62ac

RGB 25098172
HSL0.920.940.68
HSV331°61°98°
CMYK 0.000.610.31   0.02
XYZ51.238432.037942.5131
Yxy32.03790.40730.2547
Hunter Lab56.602062.5317-4.9106
CIE-Lab63.374264.8024-9.3267

#fa62ac color RGB value is (250,98,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 10101100
Octal 372 142 254
Decimal 250 98 172
Hex FA 62 AC

RGB Percentages of Color #fa62ac

%48.08
%18.85
%33.08

CMYK Percentages of Color #fa62ac

%0
%61
%31
%2

Triadic Colors of #fa62ac

#fa62ac #acfa62 #62acfa

Analogous Colors of #fa62ac

#fa62ac #fa6462 #fa62f8

Monochromatic Colors of #fa62ac

#fa62ac

Complementary Color

#fa62ac #62fab0

#fa62ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa62ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa62ac Color CSS Codes

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

#fa62ac Text Font Color

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

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


#fa62ac Background Color

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

This div background color is #fa62ac


#fa62ac Border Color

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

This div border color is #fa62ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa62ac


Comments

No comments written yet.

Please login to write comment.