Color Hex Logo

#fe8473 Color Hex

#FE8473
(254,132,115)
0 Favorites   0 Comments

Color spaces of #fe8473

RGB 254132115
HSL0.020.990.72
HSV55°100°
CMYK 0.000.480.55   0.00
XYZ52.218838.811220.9587
Yxy38.81120.46630.3466
Hunter Lab62.298640.596323.6625
CIE-Lab68.614344.794830.4090

#fe8473 color RGB value is (254,132,115).

#fe8473 hex color red value is 254, green value is 132 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fe8473 hue: 0.02 , saturation: 0.99 and the lightness value of fe8473 is 0.72.

The process color (four color CMYK) of #fe8473 color hex is 0.00, 0.48, 0.55, 0.00. Web safe color of #fe8473 is #ff9966. Color #fe8473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000100 01110011
Octal 376 204 163
Decimal 254 132 115
Hex FE 84 73

RGB Percentages of Color #fe8473

%50.70
%26.35
%22.95

CMYK Percentages of Color #fe8473

%0
%48
%55
%0

Triadic Colors of #fe8473

#fe8473 #73fe84 #8473fe

Analogous Colors of #fe8473

#fe8473 #feca73 #fe73a8

Monochromatic Colors of #fe8473

#fe8473

Complementary Color

#fe8473 #73edfe

#fe8473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8473 Color CSS Codes

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

#fe8473 Text Font Color

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

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


#fe8473 Background Color

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

This div background color is #fe8473


#fe8473 Border Color

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

This div border color is #fe8473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8473

Related Colors


Comments

No comments written yet.

Please login to write comment.