Color Hex Logo

#fa117e Color Hex

#FA117E
(250,17,126)
0 Favorites   0 Comments

Color spaces of #fa117e

RGB 25017126
HSL0.920.960.52
HSV332°93°98°
CMYK 0.000.930.50   0.02
XYZ43.390722.231221.7428
Yxy22.23120.49670.2545
Hunter Lab47.150081.75575.6639
CIE-Lab54.271582.10174.2575

#fa117e color RGB value is (250,17,126).

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

The process color (four color CMYK) of #fa117e color hex is 0.00, 0.93, 0.50, 0.02. Web safe color of #fa117e is #ff0066. Color #fa117e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010001 01111110
Octal 372 21 176
Decimal 250 17 126
Hex FA 11 7E

RGB Percentages of Color #fa117e

%63.61
%4.33
%32.06

CMYK Percentages of Color #fa117e

%0
%93
%50
%2

Triadic Colors of #fa117e

#fa117e #7efa11 #117efa

Analogous Colors of #fa117e

#fa117e #fa1911 #fa11f3

Monochromatic Colors of #fa117e

#fa117e

Complementary Color

#fa117e #11fa8d

#fa117e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa117e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa117e Color CSS Codes

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

#fa117e Text Font Color

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

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


#fa117e Background Color

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

This div background color is #fa117e


#fa117e Border Color

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

This div border color is #fa117e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa117e

Related Colors


Comments

No comments written yet.

Please login to write comment.