Color Hex Logo

#fe524c Color Hex

#FE524C
(254,82,76)
0 Favorites   0 Comments

Color spaces of #fe524c

RGB 2548276
HSL0.010.990.65
HSV70°100°
CMYK 0.000.680.70   0.00
XYZ45.194927.62729.7880
Yxy27.62720.54710.3344
Hunter Lab52.561661.499925.7521
CIE-Lab59.550464.611340.6663

#fe524c color RGB value is (254,82,76).

#fe524c hex color red value is 254, green value is 82 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fe524c hue: 0.01 , saturation: 0.99 and the lightness value of fe524c is 0.65.

The process color (four color CMYK) of #fe524c color hex is 0.00, 0.68, 0.70, 0.00. Web safe color of #fe524c is #ff6633. Color #fe524c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010010 01001100
Octal 376 122 114
Decimal 254 82 76
Hex FE 52 4C

RGB Percentages of Color #fe524c

%61.65
%19.90
%18.45

CMYK Percentages of Color #fe524c

%0
%68
%70
%0

Triadic Colors of #fe524c

#fe524c #4cfe52 #524cfe

Analogous Colors of #fe524c

#fe524c #feab4c #fe4c9f

Monochromatic Colors of #fe524c

#fe524c

Complementary Color

#fe524c #4cf8fe

#fe524c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe524c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe524c Color CSS Codes

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

#fe524c Text Font Color

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

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


#fe524c Background Color

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

This div background color is #fe524c


#fe524c Border Color

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

This div border color is #fe524c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe524c


Comments

No comments written yet.

Please login to write comment.