Color Hex Logo

#ffa48e Color Hex

#FFA48E
(255,164,142)
0 Favorites   0 Comments

Color spaces of #ffa48e

RGB 255164142
HSL0.031.000.78
HSV12°44°100°
CMYK 0.000.360.44   0.00
XYZ59.397949.763932.0660
Yxy49.76390.42060.3524
Hunter Lab70.543526.846422.4298
CIE-Lab75.924131.253825.4266

#ffa48e color RGB value is (255,164,142).

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

The process color (four color CMYK) of #ffa48e color hex is 0.00, 0.36, 0.44, 0.00. Web safe color of #ffa48e is #ff9999. Color #ffa48e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 10001110
Octal 377 244 216
Decimal 255 164 142
Hex FF A4 8E

RGB Percentages of Color #ffa48e

%45.45
%29.23
%25.31

CMYK Percentages of Color #ffa48e

%0
%36
%44
%0

Triadic Colors of #ffa48e

#ffa48e #8effa4 #a48eff

Analogous Colors of #ffa48e

#ffa48e #ffdd8e #ff8eb1

Monochromatic Colors of #ffa48e

#ffa48e

Complementary Color

#ffa48e #8ee9ff

#ffa48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa48e Color CSS Codes

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

#ffa48e Text Font Color

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

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


#ffa48e Background Color

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

This div background color is #ffa48e


#ffa48e Border Color

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

This div border color is #ffa48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa48e


Comments

No comments written yet.

Please login to write comment.