Color Hex Logo

#fa179e Color Hex

#FA179E
(250,23,158)
0 Favorites   0 Comments

Color spaces of #fa179e

RGB 25023158
HSL0.900.960.54
HSV324°91°98°
CMYK 0.000.910.37   0.02
XYZ45.902323.405434.4461
Yxy23.40540.44240.2256
Hunter Lab48.379184.6980-8.3493
CIE-Lab55.487584.1496-13.0230

#fa179e color RGB value is (250,23,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010111 10011110
Octal 372 27 236
Decimal 250 23 158
Hex FA 17 9E

RGB Percentages of Color #fa179e

%58.00
%5.34
%36.66

CMYK Percentages of Color #fa179e

%0
%91
%37
%2

Triadic Colors of #fa179e

#fa179e #9efa17 #179efa

Analogous Colors of #fa179e

#fa179e #fa172c #e517fa

Monochromatic Colors of #fa179e

#fa179e

Complementary Color

#fa179e #17fa73

#fa179e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa179e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa179e Color CSS Codes

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

#fa179e Text Font Color

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

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


#fa179e Background Color

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

This div background color is #fa179e


#fa179e Border Color

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

This div border color is #fa179e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa179e

Related Colors


Comments

No comments written yet.

Please login to write comment.