Color Hex Logo

#ffa87f Color Hex

#FFA87F
(255,168,127)
0 Favorites   0 Comments

Color spaces of #ffa87f

RGB 255168127
HSL0.051.000.75
HSV19°50°100°
CMYK 0.000.340.50   0.00
XYZ59.073450.797626.7701
Yxy50.79760.43230.3718
Hunter Lab71.272423.221127.6212
CIE-Lab76.556227.749234.2868

#ffa87f color RGB value is (255,168,127).

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

The process color (four color CMYK) of #ffa87f color hex is 0.00, 0.34, 0.50, 0.00. Web safe color of #ffa87f is #ff9966. Color #ffa87f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 01111111
Octal 377 250 177
Decimal 255 168 127
Hex FF A8 7F

RGB Percentages of Color #ffa87f

%46.36
%30.55
%23.09

CMYK Percentages of Color #ffa87f

%0
%34
%50
%0

Triadic Colors of #ffa87f

#ffa87f #7fffa8 #a87fff

Analogous Colors of #ffa87f

#ffa87f #ffe87f #ff7f96

Monochromatic Colors of #ffa87f

#ffa87f

Complementary Color

#ffa87f #7fd6ff

#ffa87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa87f Color CSS Codes

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

#ffa87f Text Font Color

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

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


#ffa87f Background Color

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

This div background color is #ffa87f


#ffa87f Border Color

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

This div border color is #ffa87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa87f

#ffa87f Color Palettes


Comments

No comments written yet.

Please login to write comment.