Color Hex Logo

#fe259e Color Hex

#FE259E
(254,37,158)
0 Favorites   0 Comments

Color spaces of #fe259e

RGB 25437158
HSL0.910.990.57
HSV327°85°100°
CMYK 0.000.850.38   0.00
XYZ47.706224.862634.6323
Yxy24.86260.44500.2319
Hunter Lab49.862483.5219-6.2766
CIE-Lab56.941382.9560-10.7615

#fe259e color RGB value is (254,37,158).

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

The process color (four color CMYK) of #fe259e color hex is 0.00, 0.85, 0.38, 0.00. Web safe color of #fe259e is #ff3399. Color #fe259e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100101 10011110
Octal 376 45 236
Decimal 254 37 158
Hex FE 25 9E

RGB Percentages of Color #fe259e

%56.57
%8.24
%35.19

CMYK Percentages of Color #fe259e

%0
%85
%38
%0

Triadic Colors of #fe259e

#fe259e #9efe25 #259efe

Analogous Colors of #fe259e

#fe259e #fe2531 #f225fe

Monochromatic Colors of #fe259e

#fe259e

Complementary Color

#fe259e #25fe85

#fe259e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe259e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe259e Color CSS Codes

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

#fe259e Text Font Color

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

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


#fe259e Background Color

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

This div background color is #fe259e


#fe259e Border Color

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

This div border color is #fe259e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe259e

Related Colors


Comments

No comments written yet.

Please login to write comment.