Color Hex Logo

#fa178a Color Hex

#FA178A
(250,23,138)
0 Favorites   0 Comments

Color spaces of #fa178a

RGB 25023138
HSL0.920.960.54
HSV330°91°98°
CMYK 0.000.910.45   0.02
XYZ44.318222.771826.1043
Yxy22.77180.47550.2443
Hunter Lab47.719882.26630.9703
CIE-Lab54.836582.3900-2.1136

#fa178a color RGB value is (250,23,138).

#fa178a hex color red value is 250, green value is 23 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fa178a hue: 0.92 , saturation: 0.96 and the lightness value of fa178a is 0.54.

The process color (four color CMYK) of #fa178a color hex is 0.00, 0.91, 0.45, 0.02. Web safe color of #fa178a is #ff0099. Color #fa178a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010111 10001010
Octal 372 27 212
Decimal 250 23 138
Hex FA 17 8A

RGB Percentages of Color #fa178a

%60.83
%5.60
%33.58

CMYK Percentages of Color #fa178a

%0
%91
%45
%2

Triadic Colors of #fa178a

#fa178a #8afa17 #178afa

Analogous Colors of #fa178a

#fa178a #fa1719 #f917fa

Monochromatic Colors of #fa178a

#fa178a

Complementary Color

#fa178a #17fa87

#fa178a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa178a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa178a Color CSS Codes

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

#fa178a Text Font Color

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

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


#fa178a Background Color

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

This div background color is #fa178a


#fa178a Border Color

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

This div border color is #fa178a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa178a


Comments

No comments written yet.

Please login to write comment.