Color Hex Logo

#fe289a Color Hex

#FE289A
(254,40,154)
0 Favorites   0 Comments

Color spaces of #fe289a

RGB 25440154
HSL0.910.990.58
HSV328°84°100°
CMYK 0.000.840.39   0.00
XYZ47.464624.921532.8805
Yxy24.92150.45090.2367
Hunter Lab49.921482.3528-4.1060
CIE-Lab56.998982.0360-8.3204

#fe289a color RGB value is (254,40,154).

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

The process color (four color CMYK) of #fe289a color hex is 0.00, 0.84, 0.39, 0.00. Web safe color of #fe289a is #ff3399. Color #fe289a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101000 10011010
Octal 376 50 232
Decimal 254 40 154
Hex FE 28 9A

RGB Percentages of Color #fe289a

%56.70
%8.93
%34.38

CMYK Percentages of Color #fe289a

%0
%84
%39
%0

Triadic Colors of #fe289a

#fe289a #9afe28 #289afe

Analogous Colors of #fe289a

#fe289a #fe282f #f728fe

Monochromatic Colors of #fe289a

#fe289a

Complementary Color

#fe289a #28fe8c

#fe289a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe289a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe289a Color CSS Codes

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

#fe289a Text Font Color

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

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


#fe289a Background Color

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

This div background color is #fe289a


#fe289a Border Color

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

This div border color is #fe289a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe289a

Related Colors


Comments

No comments written yet.

Please login to write comment.