Color Hex Logo

#fe9490 Color Hex

#FE9490
(254,148,144)
0 Favorites   0 Comments

Color spaces of #fe9490

RGB 254148144
HSL0.010.980.78
HSV43°100°
CMYK 0.000.420.43   0.00
XYZ56.497044.264331.9517
Yxy44.26430.42570.3335
Hunter Lab66.531435.148218.0980
CIE-Lab72.404839.347719.5171

#fe9490 color RGB value is (254,148,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010100 10010000
Octal 376 224 220
Decimal 254 148 144
Hex FE 94 90

RGB Percentages of Color #fe9490

%46.52
%27.11
%26.37

CMYK Percentages of Color #fe9490

%0
%42
%43
%0

Triadic Colors of #fe9490

#fe9490 #90fe94 #9490fe

Analogous Colors of #fe9490

#fe9490 #fecb90 #fe90c3

Monochromatic Colors of #fe9490

#fe9490

Complementary Color

#fe9490 #90fafe

#fe9490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9490 Color CSS Codes

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

#fe9490 Text Font Color

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

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


#fe9490 Background Color

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

This div background color is #fe9490


#fe9490 Border Color

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

This div border color is #fe9490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9490


Comments

No comments written yet.

Please login to write comment.