Color Hex Logo

#fa187e Color Hex

#FA187E
(250,24,126)
0 Favorites   0 Comments

Color spaces of #fa187e

RGB 25024126
HSL0.920.960.54
HSV333°90°98°
CMYK 0.000.900.50   0.02
XYZ43.516922.483621.7848
Yxy22.48360.49570.2561
Hunter Lab47.416980.83915.9521
CIE-Lab54.536481.33264.6391

#fa187e color RGB value is (250,24,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011000 01111110
Octal 372 30 176
Decimal 250 24 126
Hex FA 18 7E

RGB Percentages of Color #fa187e

%62.50
%6.00
%31.50

CMYK Percentages of Color #fa187e

%0
%90
%50
%2

Triadic Colors of #fa187e

#fa187e #7efa18 #187efa

Analogous Colors of #fa187e

#fa187e #fa2318 #fa18ef

Monochromatic Colors of #fa187e

#fa187e

Complementary Color

#fa187e #18fa94

#fa187e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa187e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa187e Color CSS Codes

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

#fa187e Text Font Color

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

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


#fa187e Background Color

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

This div background color is #fa187e


#fa187e Border Color

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

This div border color is #fa187e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa187e


Comments

No comments written yet.

Please login to write comment.