Color Hex Logo

#fe5574 Color Hex

#FE5574
(254,85,116)
0 Favorites   0 Comments

Color spaces of #fe5574

RGB 25485116
HSL0.970.990.66
HSV349°67°100°
CMYK 0.000.670.54   0.00
XYZ47.273928.828819.5959
Yxy28.82880.49400.3012
Hunter Lab53.692563.199815.9459
CIE-Lab60.630265.851519.2026

#fe5574 color RGB value is (254,85,116).

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

The process color (four color CMYK) of #fe5574 color hex is 0.00, 0.67, 0.54, 0.00. Web safe color of #fe5574 is #ff6666. Color #fe5574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 01110100
Octal 376 125 164
Decimal 254 85 116
Hex FE 55 74

RGB Percentages of Color #fe5574

%55.82
%18.68
%25.49

CMYK Percentages of Color #fe5574

%0
%67
%54
%0

Triadic Colors of #fe5574

#fe5574 #74fe55 #5574fe

Analogous Colors of #fe5574

#fe5574 #fe8b55 #fe55c9

Monochromatic Colors of #fe5574

#fe5574

Complementary Color

#fe5574 #55fedf

#fe5574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5574 Color CSS Codes

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

#fe5574 Text Font Color

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

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


#fe5574 Background Color

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

This div background color is #fe5574


#fe5574 Border Color

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

This div border color is #fe5574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5574


Comments

No comments written yet.

Please login to write comment.