Color Hex Logo

#ffa57a Color Hex

#FFA57A
(255,165,122)
0 Favorites   0 Comments

Color spaces of #ffa57a

RGB 255165122
HSL0.051.000.74
HSV19°52°100°
CMYK 0.000.350.52   0.00
XYZ58.208049.575424.9135
Yxy49.57540.43870.3736
Hunter Lab70.409824.349428.3079
CIE-Lab75.807928.880935.9627

#ffa57a color RGB value is (255,165,122).

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

The process color (four color CMYK) of #ffa57a color hex is 0.00, 0.35, 0.52, 0.00. Web safe color of #ffa57a is #ff9966. Color #ffa57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01111010
Octal 377 245 172
Decimal 255 165 122
Hex FF A5 7A

RGB Percentages of Color #ffa57a

%47.05
%30.44
%22.51

CMYK Percentages of Color #ffa57a

%0
%35
%52
%0

Triadic Colors of #ffa57a

#ffa57a #7affa5 #a57aff

Analogous Colors of #ffa57a

#ffa57a #ffe87a #ff7a92

Monochromatic Colors of #ffa57a

#ffa57a

Complementary Color

#ffa57a #7ad4ff

#ffa57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa57a Color CSS Codes

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

#ffa57a Text Font Color

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

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


#ffa57a Background Color

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

This div background color is #ffa57a


#ffa57a Border Color

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

This div border color is #ffa57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa57a

Related Colors


Comments

No comments written yet.

Please login to write comment.