Color Hex Logo

#a56391 Color Hex

#A56391
(165,99,145)
0 Favorites   0 Comments

Color spaces of #a56391

RGB 16599145
HSL0.880.270.52
HSV318°40°65°
CMYK 0.000.400.12   0.35
XYZ25.089718.967329.1268
Yxy18.96730.34280.2592
Hunter Lab43.551526.6176-9.1666
CIE-Lab50.648933.4620-13.9548

#a56391 color RGB value is (165,99,145).

#a56391 hex color red value is 165, green value is 99 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #a56391 hue: 0.88 , saturation: 0.27 and the lightness value of a56391 is 0.52.

The process color (four color CMYK) of #a56391 color hex is 0.00, 0.40, 0.12, 0.35. Web safe color of #a56391 is #996699. Color #a56391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100011 10010001
Octal 245 143 221
Decimal 165 99 145
Hex A5 63 91

RGB Percentages of Color #a56391

%40.34
%24.21
%35.45

CMYK Percentages of Color #a56391

%0
%40
%12
%35

Triadic Colors of #a56391

#a56391 #91a563 #6391a5

Analogous Colors of #a56391

#a56391 #a56370 #9863a5

Monochromatic Colors of #a56391

#a56391

Complementary Color

#a56391 #63a577

#a56391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56391 Color CSS Codes

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

#a56391 Text Font Color

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

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


#a56391 Background Color

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

This div background color is #a56391


#a56391 Border Color

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

This div border color is #a56391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56391


Comments

No comments written yet.

Please login to write comment.