Color Hex Logo

#ffa590 Color Hex

#FFA590
(255,165,144)
0 Favorites   0 Comments

Color spaces of #ffa590

RGB 255165144
HSL0.031.000.78
HSV11°44°100°
CMYK 0.000.350.44   0.00
XYZ59.729250.183932.9239
Yxy50.18390.41820.3513
Hunter Lab70.840626.531122.0328
CIE-Lab76.182030.935524.6950

#ffa590 color RGB value is (255,165,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 10010000
Octal 377 245 220
Decimal 255 165 144
Hex FF A5 90

RGB Percentages of Color #ffa590

%45.21
%29.26
%25.53

CMYK Percentages of Color #ffa590

%0
%35
%44
%0

Triadic Colors of #ffa590

#ffa590 #90ffa5 #a590ff

Analogous Colors of #ffa590

#ffa590 #ffdd90 #ff90b3

Monochromatic Colors of #ffa590

#ffa590

Complementary Color

#ffa590 #90eaff

#ffa590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa590 Color CSS Codes

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

#ffa590 Text Font Color

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

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


#ffa590 Background Color

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

This div background color is #ffa590


#ffa590 Border Color

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

This div border color is #ffa590


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,165,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 #ffa590">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa590


Comments

No comments written yet.

Please login to write comment.