Color Hex Logo

#fe239f Color Hex

#FE239F
(254,35,159)
0 Favorites   0 Comments

Color spaces of #fe239f

RGB 25435159
HSL0.910.990.57
HSV326°86°100°
CMYK 0.000.860.37   0.00
XYZ47.732124.776135.0674
Yxy24.77610.44370.2303
Hunter Lab49.775684.0645-6.9275
CIE-Lab56.856683.3929-11.4769

#fe239f color RGB value is (254,35,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100011 10011111
Octal 376 43 237
Decimal 254 35 159
Hex FE 23 9F

RGB Percentages of Color #fe239f

%56.70
%7.81
%35.49

CMYK Percentages of Color #fe239f

%0
%86
%37
%0

Triadic Colors of #fe239f

#fe239f #9ffe23 #239ffe

Analogous Colors of #fe239f

#fe239f #fe2332 #f023fe

Monochromatic Colors of #fe239f

#fe239f

Complementary Color

#fe239f #23fe82

#fe239f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe239f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe239f Color CSS Codes

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

#fe239f Text Font Color

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

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


#fe239f Background Color

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

This div background color is #fe239f


#fe239f Border Color

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

This div border color is #fe239f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe239f

Related Colors


Comments

No comments written yet.

Please login to write comment.