Color Hex Logo

#fe9574 Color Hex

#FE9574
(254,149,116)
0 Favorites   0 Comments

Color spaces of #fe9574

RGB 254149116
HSL0.040.990.73
HSV14°54°100°
CMYK 0.000.410.54   0.00
XYZ54.772943.826722.0955
Yxy43.82670.45380.3631
Hunter Lab66.201731.831326.5526
CIE-Lab72.112536.286934.3892

#fe9574 color RGB value is (254,149,116).

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

The process color (four color CMYK) of #fe9574 color hex is 0.00, 0.41, 0.54, 0.00. Web safe color of #fe9574 is #ff9966. Color #fe9574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010101 01110100
Octal 376 225 164
Decimal 254 149 116
Hex FE 95 74

RGB Percentages of Color #fe9574

%48.94
%28.71
%22.35

CMYK Percentages of Color #fe9574

%0
%41
%54
%0

Triadic Colors of #fe9574

#fe9574 #74fe95 #9574fe

Analogous Colors of #fe9574

#fe9574 #feda74 #fe7498

Monochromatic Colors of #fe9574

#fe9574

Complementary Color

#fe9574 #74ddfe

#fe9574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9574 Color CSS Codes

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

#fe9574 Text Font Color

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

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


#fe9574 Background Color

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

This div background color is #fe9574


#fe9574 Border Color

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

This div border color is #fe9574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9574

Related Colors


Comments

No comments written yet.

Please login to write comment.