Color Hex Logo

#fe8173 Color Hex

#FE8173
(254,129,115)
1 Favorites   0 Comments

Color spaces of #fe8173

RGB 254129115
HSL0.020.990.72
HSV55°100°
CMYK 0.000.490.55   0.00
XYZ51.817838.009120.8251
Yxy38.00910.46830.3435
Hunter Lab61.651542.138223.1287
CIE-Lab68.027346.273929.6429

#fe8173 color RGB value is (254,129,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000001 01110011
Octal 376 201 163
Decimal 254 129 115
Hex FE 81 73

RGB Percentages of Color #fe8173

%51.00
%25.90
%23.09

CMYK Percentages of Color #fe8173

%0
%49
%55
%0

Triadic Colors of #fe8173

#fe8173 #73fe81 #8173fe

Analogous Colors of #fe8173

#fe8173 #fec773 #fe73ab

Monochromatic Colors of #fe8173

#fe8173

Complementary Color

#fe8173 #73f0fe

#fe8173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8173 Color CSS Codes

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

#fe8173 Text Font Color

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

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


#fe8173 Background Color

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

This div background color is #fe8173


#fe8173 Border Color

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

This div border color is #fe8173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8173


Comments

No comments written yet.

Please login to write comment.