Color Hex Logo

#ffa591 Color Hex

#FFA591
(255,165,145)
0 Favorites   0 Comments

Color spaces of #ffa591

RGB 255165145
HSL0.031.000.78
HSV11°43°100°
CMYK 0.000.350.43   0.00
XYZ59.806050.214633.3283
Yxy50.21460.41720.3503
Hunter Lab70.862326.640621.7180
CIE-Lab76.200831.038024.1800

#ffa591 color RGB value is (255,165,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 10010001
Octal 377 245 221
Decimal 255 165 145
Hex FF A5 91

RGB Percentages of Color #ffa591

%45.13
%29.20
%25.66

CMYK Percentages of Color #ffa591

%0
%35
%43
%0

Triadic Colors of #ffa591

#ffa591 #91ffa5 #a591ff

Analogous Colors of #ffa591

#ffa591 #ffdc91 #ff91b4

Monochromatic Colors of #ffa591

#ffa591

Complementary Color

#ffa591 #91ebff

#ffa591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa591 Color CSS Codes

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

#ffa591 Text Font Color

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

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


#ffa591 Background Color

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

This div background color is #ffa591


#ffa591 Border Color

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

This div border color is #ffa591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa591

Related Colors


Comments

No comments written yet.

Please login to write comment.