Color Hex Logo

#fe59af Color Hex

#FE59AF
(254,89,175)
0 Favorites   0 Comments

Color spaces of #fe59af

RGB 25489175
HSL0.910.990.67
HSV329°65°100°
CMYK 0.000.650.31   0.00
XYZ52.183331.310743.8507
Yxy31.31070.40980.2459
Hunter Lab55.956068.5422-7.2943
CIE-Lab62.769069.8970-11.8873

#fe59af color RGB value is (254,89,175).

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

The process color (four color CMYK) of #fe59af color hex is 0.00, 0.65, 0.31, 0.00. Web safe color of #fe59af is #ff6699. Color #fe59af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011001 10101111
Octal 376 131 257
Decimal 254 89 175
Hex FE 59 AF

RGB Percentages of Color #fe59af

%49.03
%17.18
%33.78

CMYK Percentages of Color #fe59af

%0
%65
%31
%0

Triadic Colors of #fe59af

#fe59af #affe59 #59affe

Analogous Colors of #fe59af

#fe59af #fe595c #fb59fe

Monochromatic Colors of #fe59af

#fe59af

Complementary Color

#fe59af #59fea8

#fe59af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe59af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe59af Color CSS Codes

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

#fe59af Text Font Color

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

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


#fe59af Background Color

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

This div background color is #fe59af


#fe59af Border Color

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

This div border color is #fe59af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe59af

Related Colors


Comments

No comments written yet.

Please login to write comment.