Color Hex Logo

#fe299f Color Hex

#FE299F
(254,41,159)
0 Favorites   0 Comments

Color spaces of #fe299f

RGB 25441159
HSL0.910.990.58
HSV327°84°100°
CMYK 0.000.840.37   0.00
XYZ47.924025.159935.1314
Yxy25.15990.44290.2325
Hunter Lab50.159682.7648-6.4145
CIE-Lab57.230982.3116-10.9149

#fe299f color RGB value is (254,41,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101001 10011111
Octal 376 51 237
Decimal 254 41 159
Hex FE 29 9F

RGB Percentages of Color #fe299f

%55.95
%9.03
%35.02

CMYK Percentages of Color #fe299f

%0
%84
%37
%0

Triadic Colors of #fe299f

#fe299f #9ffe29 #299ffe

Analogous Colors of #fe299f

#fe299f #fe2935 #f329fe

Monochromatic Colors of #fe299f

#fe299f

Complementary Color

#fe299f #29fe88

#fe299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe299f Color CSS Codes

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

#fe299f Text Font Color

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

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


#fe299f Background Color

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

This div background color is #fe299f


#fe299f Border Color

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

This div border color is #fe299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe299f

Related Colors


Comments

No comments written yet.

Please login to write comment.