Color Hex Logo

#ffa077 Color Hex

#FFA077
(255,160,119)
1 Favorites   0 Comments

Color spaces of #ffa077

RGB 255160119
HSL0.051.000.73
HSV18°53°100°
CMYK 0.000.370.53   0.00
XYZ57.140647.733523.6546
Yxy47.73350.44460.3714
Hunter Lab69.089426.722428.0631
CIE-Lab74.656531.232336.0737

#ffa077 color RGB value is (255,160,119).

#ffa077 hex color red value is 255, green value is 160 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ffa077 hue: 0.05 , saturation: 1.00 and the lightness value of ffa077 is 0.73.

The process color (four color CMYK) of #ffa077 color hex is 0.00, 0.37, 0.53, 0.00. Web safe color of #ffa077 is #ff9966. Color #ffa077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 01110111
Octal 377 240 167
Decimal 255 160 119
Hex FF A0 77

RGB Percentages of Color #ffa077

%47.75
%29.96
%22.28

CMYK Percentages of Color #ffa077

%0
%37
%53
%0

Triadic Colors of #ffa077

#ffa077 #77ffa0 #a077ff

Analogous Colors of #ffa077

#ffa077 #ffe477 #ff7792

Monochromatic Colors of #ffa077

#ffa077

Complementary Color

#ffa077 #77d6ff

#ffa077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa077 Color CSS Codes

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

#ffa077 Text Font Color

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

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


#ffa077 Background Color

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

This div background color is #ffa077


#ffa077 Border Color

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

This div border color is #ffa077


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,160,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffa077; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffa077;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa077;
  box-shadow:         1px 1px 3px 2px #ffa077; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,160,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa077

#ffa077 Color Palettes


Comments

No comments written yet.

Please login to write comment.