Color Hex Logo

#fe759e Color Hex

#FE759E
(254,117,158)
0 Favorites   0 Comments

Color spaces of #fe759e

RGB 254117158
HSL0.950.990.73
HSV342°54°100°
CMYK 0.000.540.38   0.00
XYZ53.405936.262036.5322
Yxy36.26200.42320.2873
Hunter Lab60.217952.92616.1833
CIE-Lab66.719656.04143.6455

#fe759e color RGB value is (254,117,158).

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

The process color (four color CMYK) of #fe759e color hex is 0.00, 0.54, 0.38, 0.00. Web safe color of #fe759e is #ff6699. Color #fe759e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110101 10011110
Octal 376 165 236
Decimal 254 117 158
Hex FE 75 9E

RGB Percentages of Color #fe759e

%48.02
%22.12
%29.87

CMYK Percentages of Color #fe759e

%0
%54
%38
%0

Triadic Colors of #fe759e

#fe759e #9efe75 #759efe

Analogous Colors of #fe759e

#fe759e #fe9175 #fe75e3

Monochromatic Colors of #fe759e

#fe759e

Complementary Color

#fe759e #75fed5

#fe759e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe759e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe759e Color CSS Codes

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

#fe759e Text Font Color

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

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


#fe759e Background Color

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

This div background color is #fe759e


#fe759e Border Color

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

This div border color is #fe759e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe759e

Related Colors


Comments

No comments written yet.

Please login to write comment.