Color Hex Logo

#ffa490 Color Hex

#FFA490
(255,164,144)
1 Favorites   0 Comments

Color spaces of #ffa490

RGB 255164144
HSL0.031.000.78
HSV11°44°100°
CMYK 0.000.360.44   0.00
XYZ59.549549.824532.8641
Yxy49.82450.41870.3503
Hunter Lab70.586527.063221.8059
CIE-Lab75.961431.456424.3960

#ffa490 color RGB value is (255,164,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 10010000
Octal 377 244 220
Decimal 255 164 144
Hex FF A4 90

RGB Percentages of Color #ffa490

%45.29
%29.13
%25.58

CMYK Percentages of Color #ffa490

%0
%36
%44
%0

Triadic Colors of #ffa490

#ffa490 #90ffa4 #a490ff

Analogous Colors of #ffa490

#ffa490 #ffdc90 #ff90b4

Monochromatic Colors of #ffa490

#ffa490

Complementary Color

#ffa490 #90ebff

#ffa490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa490 Color CSS Codes

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

#ffa490 Text Font Color

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

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


#ffa490 Background Color

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

This div background color is #ffa490


#ffa490 Border Color

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

This div border color is #ffa490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa490

#ffa490 Color Palettes


Comments

No comments written yet.

Please login to write comment.