Color Hex Logo

#ffa47e Color Hex

#FFA47E
(255,164,126)
0 Favorites   0 Comments

Color spaces of #ffa47e

RGB 255164126
HSL0.051.000.75
HSV18°51°100°
CMYK 0.000.360.51   0.00
XYZ58.281449.317326.1861
Yxy49.31730.43560.3686
Hunter Lab70.226325.242727.0502
CIE-Lab75.648329.747333.6392

#ffa47e color RGB value is (255,164,126).

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

The process color (four color CMYK) of #ffa47e color hex is 0.00, 0.36, 0.51, 0.00. Web safe color of #ffa47e is #ff9966. Color #ffa47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 01111110
Octal 377 244 176
Decimal 255 164 126
Hex FF A4 7E

RGB Percentages of Color #ffa47e

%46.79
%30.09
%23.12

CMYK Percentages of Color #ffa47e

%0
%36
%51
%0

Triadic Colors of #ffa47e

#ffa47e #7effa4 #a47eff

Analogous Colors of #ffa47e

#ffa47e #ffe57e #ff7e99

Monochromatic Colors of #ffa47e

#ffa47e

Complementary Color

#ffa47e #7ed9ff

#ffa47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa47e Color CSS Codes

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

#ffa47e Text Font Color

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

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


#ffa47e Background Color

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

This div background color is #ffa47e


#ffa47e Border Color

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

This div border color is #ffa47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa47e

Related Colors


Comments

No comments written yet.

Please login to write comment.