Color Hex Logo

#fe19ac Color Hex

#FE19AC
(254,25,172)
0 Favorites   0 Comments

Color spaces of #fe19ac

RGB 25425172
HSL0.890.990.55
HSV321°90°100°
CMYK 0.000.900.32   0.00
XYZ48.667124.744641.2409
Yxy24.74460.42450.2158
Hunter Lab49.743987.5840-14.3344
CIE-Lab56.825786.1043-19.1442

#fe19ac color RGB value is (254,25,172).

#fe19ac hex color red value is 254, green value is 25 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fe19ac hue: 0.89 , saturation: 0.99 and the lightness value of fe19ac is 0.55.

The process color (four color CMYK) of #fe19ac color hex is 0.00, 0.90, 0.32, 0.00. Web safe color of #fe19ac is #ff0099. Color #fe19ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011001 10101100
Octal 376 31 254
Decimal 254 25 172
Hex FE 19 AC

RGB Percentages of Color #fe19ac

%56.32
%5.54
%38.14

CMYK Percentages of Color #fe19ac

%0
%90
%32
%0

Triadic Colors of #fe19ac

#fe19ac #acfe19 #19acfe

Analogous Colors of #fe19ac

#fe19ac #fe1939 #de19fe

Monochromatic Colors of #fe19ac

#fe19ac

Complementary Color

#fe19ac #19fe6b

#fe19ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe19ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe19ac Color CSS Codes

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

#fe19ac Text Font Color

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

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


#fe19ac Background Color

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

This div background color is #fe19ac


#fe19ac Border Color

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

This div border color is #fe19ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe19ac


Comments

No comments written yet.

Please login to write comment.