Color Hex Logo

#fe9073 Color Hex

#FE9073
(254,144,115)
0 Favorites   0 Comments

Color spaces of #fe9073

RGB 254144115
HSL0.030.990.72
HSV13°55°100°
CMYK 0.000.430.55   0.00
XYZ53.940842.255221.5327
Yxy42.25520.45820.3589
Hunter Lab65.004034.363625.8629
CIE-Lab71.046538.763933.5578

#fe9073 color RGB value is (254,144,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010000 01110011
Octal 376 220 163
Decimal 254 144 115
Hex FE 90 73

RGB Percentages of Color #fe9073

%49.51
%28.07
%22.42

CMYK Percentages of Color #fe9073

%0
%43
%55
%0

Triadic Colors of #fe9073

#fe9073 #73fe90 #9073fe

Analogous Colors of #fe9073

#fe9073 #fed673 #fe739c

Monochromatic Colors of #fe9073

#fe9073

Complementary Color

#fe9073 #73e1fe

#fe9073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9073 Color CSS Codes

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

#fe9073 Text Font Color

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

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


#fe9073 Background Color

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

This div background color is #fe9073


#fe9073 Border Color

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

This div border color is #fe9073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9073


Comments

No comments written yet.

Please login to write comment.