Color Hex Logo

#a45686 Color Hex

#A45686
(164,86,134)
0 Favorites   0 Comments

Color spaces of #a45686

RGB 16486134
HSL0.900.310.49
HSV323°48°64°
CMYK 0.000.480.18   0.36
XYZ22.940716.269324.4854
Yxy16.26930.36020.2554
Hunter Lab40.335230.9354-7.7572
CIE-Lab47.325838.3536-12.4396

#a45686 color RGB value is (164,86,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010110 10000110
Octal 244 126 206
Decimal 164 86 134
Hex A4 56 86

RGB Percentages of Color #a45686

%42.71
%22.40
%34.90

CMYK Percentages of Color #a45686

%0
%48
%18
%36

Triadic Colors of #a45686

#a45686 #86a456 #5686a4

Analogous Colors of #a45686

#a45686 #a4565f #9b56a4

Monochromatic Colors of #a45686

#a45686

Complementary Color

#a45686 #56a474

#a45686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45686 Color CSS Codes

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

#a45686 Text Font Color

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

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


#a45686 Background Color

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

This div background color is #a45686


#a45686 Border Color

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

This div border color is #a45686


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,86,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45686


Comments

No comments written yet.

Please login to write comment.