Color Hex Logo

#fa37ac Color Hex

#FA37AC
(250,55,172)
0 Favorites   0 Comments

Color spaces of #fa37ac

RGB 25055172
HSL0.900.950.60
HSV324°78°98°
CMYK 0.000.780.31   0.02
XYZ48.236926.034941.5126
Yxy26.03490.41660.2249
Hunter Lab51.024479.4557-12.5203
CIE-Lab58.070279.5582-17.3157

#fa37ac color RGB value is (250,55,172).

#fa37ac hex color red value is 250, green value is 55 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fa37ac hue: 0.90 , saturation: 0.95 and the lightness value of fa37ac is 0.60.

The process color (four color CMYK) of #fa37ac color hex is 0.00, 0.78, 0.31, 0.02. Web safe color of #fa37ac is #ff3399. Color #fa37ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110111 10101100
Octal 372 67 254
Decimal 250 55 172
Hex FA 37 AC

RGB Percentages of Color #fa37ac

%52.41
%11.53
%36.06

CMYK Percentages of Color #fa37ac

%0
%78
%31
%2

Triadic Colors of #fa37ac

#fa37ac #acfa37 #37acfa

Analogous Colors of #fa37ac

#fa37ac #fa374b #e737fa

Monochromatic Colors of #fa37ac

#fa37ac

Complementary Color

#fa37ac #37fa85

#fa37ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa37ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa37ac Color CSS Codes

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

#fa37ac Text Font Color

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

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


#fa37ac Background Color

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

This div background color is #fa37ac


#fa37ac Border Color

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

This div border color is #fa37ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa37ac


Comments

No comments written yet.

Please login to write comment.