Color Hex Logo

#fe12ac Color Hex

#FE12AC
(254,18,172)
0 Favorites   0 Comments

Color spaces of #fe12ac

RGB 25418172
HSL0.890.990.53
HSV321°93°100°
CMYK 0.000.930.32   0.00
XYZ48.535824.482041.1971
Yxy24.48200.42500.2144
Hunter Lab49.479388.5075-14.7301
CIE-Lab56.567286.8587-19.5387

#fe12ac color RGB value is (254,18,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010010 10101100
Octal 376 22 254
Decimal 254 18 172
Hex FE 12 AC

RGB Percentages of Color #fe12ac

%57.21
%4.05
%38.74

CMYK Percentages of Color #fe12ac

%0
%93
%32
%0

Triadic Colors of #fe12ac

#fe12ac #acfe12 #12acfe

Analogous Colors of #fe12ac

#fe12ac #fe1236 #da12fe

Monochromatic Colors of #fe12ac

#fe12ac

Complementary Color

#fe12ac #12fe64

#fe12ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe12ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe12ac Color CSS Codes

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

#fe12ac Text Font Color

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

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


#fe12ac Background Color

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

This div background color is #fe12ac


#fe12ac Border Color

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

This div border color is #fe12ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe12ac

Related Colors


Comments

No comments written yet.

Please login to write comment.