Color Hex Logo

#fe759d Color Hex

#FE759D
(254,117,157)
0 Favorites   0 Comments

Color spaces of #fe759d

RGB 254117157
HSL0.950.990.73
HSV342°54°100°
CMYK 0.000.540.38   0.00
XYZ53.320136.227736.0807
Yxy36.22770.42440.2884
Hunter Lab60.189552.79656.5911
CIE-Lab66.693555.93284.1754

#fe759d color RGB value is (254,117,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110101 10011101
Octal 376 165 235
Decimal 254 117 157
Hex FE 75 9D

RGB Percentages of Color #fe759d

%48.11
%22.16
%29.73

CMYK Percentages of Color #fe759d

%0
%54
%38
%0

Triadic Colors of #fe759d

#fe759d #9dfe75 #759dfe

Analogous Colors of #fe759d

#fe759d #fe9275 #fe75e2

Monochromatic Colors of #fe759d

#fe759d

Complementary Color

#fe759d #75fed6

#fe759d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe759d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe759d Color CSS Codes

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

#fe759d Text Font Color

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

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


#fe759d Background Color

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

This div background color is #fe759d


#fe759d Border Color

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

This div border color is #fe759d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe759d


Comments

No comments written yet.

Please login to write comment.