Color Hex Logo

#fe4953 Color Hex

#FE4953
(254,73,83)
0 Favorites   0 Comments

Color spaces of #fe4953

RGB 2547383
HSL0.990.990.64
HSV357°71°100°
CMYK 0.000.710.67   0.00
XYZ44.816926.460510.9289
Yxy26.46050.54520.3219
Hunter Lab51.439865.498523.4111
CIE-Lab58.471668.170335.4523

#fe4953 color RGB value is (254,73,83).

#fe4953 hex color red value is 254, green value is 73 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #fe4953 hue: 0.99 , saturation: 0.99 and the lightness value of fe4953 is 0.64.

The process color (four color CMYK) of #fe4953 color hex is 0.00, 0.71, 0.67, 0.00. Web safe color of #fe4953 is #ff3366. Color #fe4953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 01010011
Octal 376 111 123
Decimal 254 73 83
Hex FE 49 53

RGB Percentages of Color #fe4953

%61.95
%17.80
%20.24

CMYK Percentages of Color #fe4953

%0
%71
%67
%0

Triadic Colors of #fe4953

#fe4953 #53fe49 #4953fe

Analogous Colors of #fe4953

#fe4953 #fe9a49 #fe49ae

Monochromatic Colors of #fe4953

#fe4953

Complementary Color

#fe4953 #49fef4

#fe4953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4953 Color CSS Codes

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

#fe4953 Text Font Color

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

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


#fe4953 Background Color

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

This div background color is #fe4953


#fe4953 Border Color

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

This div border color is #fe4953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4953


Comments

No comments written yet.

Please login to write comment.