Color Hex Logo

#fe1a99 Color Hex

#FE1A99
(254,26,153)
0 Favorites   0 Comments

Color spaces of #fe1a99

RGB 25426153
HSL0.910.990.55
HSV327°90°100°
CMYK 0.000.900.40   0.00
XYZ46.992224.109532.3138
Yxy24.10950.45440.2331
Hunter Lab49.101484.9048-4.6479
CIE-Lab56.197384.1707-8.9271

#fe1a99 color RGB value is (254,26,153).

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

The process color (four color CMYK) of #fe1a99 color hex is 0.00, 0.90, 0.40, 0.00. Web safe color of #fe1a99 is #ff3399. Color #fe1a99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011010 10011001
Octal 376 32 231
Decimal 254 26 153
Hex FE 1A 99

RGB Percentages of Color #fe1a99

%58.66
%6.00
%35.33

CMYK Percentages of Color #fe1a99

%0
%90
%40
%0

Triadic Colors of #fe1a99

#fe1a99 #99fe1a #1a99fe

Analogous Colors of #fe1a99

#fe1a99 #fe1a27 #f11afe

Monochromatic Colors of #fe1a99

#fe1a99

Complementary Color

#fe1a99 #1afe7f

#fe1a99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1a99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1a99 Color CSS Codes

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

#fe1a99 Text Font Color

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

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


#fe1a99 Background Color

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

This div background color is #fe1a99


#fe1a99 Border Color

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

This div border color is #fe1a99


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,26,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1a99

Related Colors


Comments

No comments written yet.

Please login to write comment.