Color Hex Logo

#a45696 Color Hex

#A45696
(164,86,150)
0 Favorites   0 Comments

Color spaces of #a45696

RGB 16486150
HSL0.860.310.49
HSV311°48°64°
CMYK 0.000.480.09   0.36
XYZ24.142716.750130.8148
Yxy16.75010.33670.2336
Hunter Lab40.926933.6748-15.9920
CIE-Lab47.943641.0356-21.0620

#a45696 color RGB value is (164,86,150).

#a45696 hex color red value is 164, green value is 86 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a45696 hue: 0.86 , saturation: 0.31 and the lightness value of a45696 is 0.49.

The process color (four color CMYK) of #a45696 color hex is 0.00, 0.48, 0.09, 0.36. Web safe color of #a45696 is #996699. Color #a45696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010110 10010110
Octal 244 126 226
Decimal 164 86 150
Hex A4 56 96

RGB Percentages of Color #a45696

%41.00
%21.50
%37.50

CMYK Percentages of Color #a45696

%0
%48
%9
%36

Triadic Colors of #a45696

#a45696 #96a456 #5696a4

Analogous Colors of #a45696

#a45696 #a4566f #8b56a4

Monochromatic Colors of #a45696

#a45696

Complementary Color

#a45696 #56a464

#a45696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45696 Color CSS Codes

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

#a45696 Text Font Color

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

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


#a45696 Background Color

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

This div background color is #a45696


#a45696 Border Color

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

This div border color is #a45696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45696


Comments

No comments written yet.

Please login to write comment.