Color Hex Logo

#ffa48a Color Hex

#FFA48A
(255,164,138)
0 Favorites   0 Comments

Color spaces of #ffa48a

RGB 255164138
HSL0.041.000.77
HSV13°46°100°
CMYK 0.000.360.46   0.00
XYZ59.102949.645930.5123
Yxy49.64590.42440.3565
Hunter Lab70.459826.424123.6466
CIE-Lab75.851430.858427.4860

#ffa48a color RGB value is (255,164,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 10001010
Octal 377 244 212
Decimal 255 164 138
Hex FF A4 8A

RGB Percentages of Color #ffa48a

%45.78
%29.44
%24.78

CMYK Percentages of Color #ffa48a

%0
%36
%46
%0

Triadic Colors of #ffa48a

#ffa48a #8affa4 #a48aff

Analogous Colors of #ffa48a

#ffa48a #ffdf8a #ff8aab

Monochromatic Colors of #ffa48a

#ffa48a

Complementary Color

#ffa48a #8ae5ff

#ffa48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa48a Color CSS Codes

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

#ffa48a Text Font Color

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

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


#ffa48a Background Color

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

This div background color is #ffa48a


#ffa48a Border Color

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

This div border color is #ffa48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa48a

Related Colors

#ffa48a Color Palettes


Comments

No comments written yet.

Please login to write comment.