Color Hex Logo

#fe289c Color Hex

#FE289C
(254,40,156)
0 Favorites   0 Comments

Color spaces of #fe289c

RGB 25440156
HSL0.910.990.58
HSV327°84°100°
CMYK 0.000.840.39   0.00
XYZ47.632624.988733.7653
Yxy24.98870.44770.2349
Hunter Lab49.988782.6066-5.0559
CIE-Lab57.064482.2209-9.4003

#fe289c color RGB value is (254,40,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101000 10011100
Octal 376 50 234
Decimal 254 40 156
Hex FE 28 9C

RGB Percentages of Color #fe289c

%56.44
%8.89
%34.67

CMYK Percentages of Color #fe289c

%0
%84
%39
%0

Triadic Colors of #fe289c

#fe289c #9cfe28 #289cfe

Analogous Colors of #fe289c

#fe289c #fe2831 #f528fe

Monochromatic Colors of #fe289c

#fe289c

Complementary Color

#fe289c #28fe8a

#fe289c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe289c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe289c Color CSS Codes

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

#fe289c Text Font Color

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

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


#fe289c Background Color

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

This div background color is #fe289c


#fe289c Border Color

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

This div border color is #fe289c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe289c

Related Colors


Comments

No comments written yet.

Please login to write comment.