Color Hex Logo

#fe659f Color Hex

#FE659F
(254,101,159)
0 Favorites   0 Comments

Color spaces of #fe659f

RGB 254101159
HSL0.940.990.70
HSV337°60°100°
CMYK 0.000.600.37   0.00
XYZ51.784732.881436.4183
Yxy32.88140.42770.2716
Hunter Lab57.342360.85082.4843
CIE-Lab64.064863.2669-0.7873

#fe659f color RGB value is (254,101,159).

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

The process color (four color CMYK) of #fe659f color hex is 0.00, 0.60, 0.37, 0.00. Web safe color of #fe659f is #ff6699. Color #fe659f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100101 10011111
Octal 376 145 237
Decimal 254 101 159
Hex FE 65 9F

RGB Percentages of Color #fe659f

%49.42
%19.65
%30.93

CMYK Percentages of Color #fe659f

%0
%60
%37
%0

Triadic Colors of #fe659f

#fe659f #9ffe65 #659ffe

Analogous Colors of #fe659f

#fe659f #fe7865 #fe65ec

Monochromatic Colors of #fe659f

#fe659f

Complementary Color

#fe659f #65fec4

#fe659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe659f Color CSS Codes

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

#fe659f Text Font Color

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

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


#fe659f Background Color

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

This div background color is #fe659f


#fe659f Border Color

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

This div border color is #fe659f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe659f


Comments

No comments written yet.

Please login to write comment.