Color Hex Logo

#a56396 Color Hex

#A56396
(165,99,150)
0 Favorites   0 Comments

Color spaces of #a56396

RGB 16599150
HSL0.870.270.52
HSV314°40°65°
CMYK 0.000.400.09   0.35
XYZ25.483919.125031.2025
Yxy19.12500.33610.2523
Hunter Lab43.732127.4855-11.6904
CIE-Lab50.833134.3391-16.6284

#a56396 color RGB value is (165,99,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100011 10010110
Octal 245 143 226
Decimal 165 99 150
Hex A5 63 96

RGB Percentages of Color #a56396

%39.86
%23.91
%36.23

CMYK Percentages of Color #a56396

%0
%40
%9
%35

Triadic Colors of #a56396

#a56396 #96a563 #6396a5

Analogous Colors of #a56396

#a56396 #a56375 #9363a5

Monochromatic Colors of #a56396

#a56396

Complementary Color

#a56396 #63a572

#a56396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56396 Color CSS Codes

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

#a56396 Text Font Color

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

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


#a56396 Background Color

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

This div background color is #a56396


#a56396 Border Color

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

This div border color is #a56396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56396


Comments

No comments written yet.

Please login to write comment.