Color Hex Logo

#fe908d Color Hex

#FE908D
(254,144,141)
0 Favorites   0 Comments

Color spaces of #fe908d

RGB 254144141
HSL0.000.980.77
HSV44°100°
CMYK 0.000.430.44   0.00
XYZ55.654042.940430.5543
Yxy42.94040.43090.3325
Hunter Lab65.528936.925218.2250
CIE-Lab71.514541.083719.9486

#fe908d color RGB value is (254,144,141).

#fe908d hex color red value is 254, green value is 144 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fe908d hue: 0.00 , saturation: 0.98 and the lightness value of fe908d is 0.77.

The process color (four color CMYK) of #fe908d color hex is 0.00, 0.43, 0.44, 0.00. Web safe color of #fe908d is #ff9999. Color #fe908d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010000 10001101
Octal 376 220 215
Decimal 254 144 141
Hex FE 90 8D

RGB Percentages of Color #fe908d

%47.12
%26.72
%26.16

CMYK Percentages of Color #fe908d

%0
%43
%44
%0

Triadic Colors of #fe908d

#fe908d #8dfe90 #908dfe

Analogous Colors of #fe908d

#fe908d #fec98d #fe8dc3

Monochromatic Colors of #fe908d

#fe908d

Complementary Color

#fe908d #8dfbfe

#fe908d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe908d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe908d Color CSS Codes

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

#fe908d Text Font Color

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

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


#fe908d Background Color

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

This div background color is #fe908d


#fe908d Border Color

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

This div border color is #fe908d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe908d


Comments

No comments written yet.

Please login to write comment.