Color Hex Logo

#a5819e Color Hex

#A5819E
(165,129,158)
0 Favorites   0 Comments

Color spaces of #a5819e

RGB 165129158
HSL0.870.170.58
HSV312°22°65°
CMYK 0.000.220.04   0.35
XYZ29.538926.168535.8419
Yxy26.16850.32270.2858
Hunter Lab51.155213.5511-5.7330
CIE-Lab58.196618.8662-10.1684

#a5819e color RGB value is (165,129,158).

#a5819e hex color red value is 165, green value is 129 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a5819e hue: 0.87 , saturation: 0.17 and the lightness value of a5819e is 0.58.

The process color (four color CMYK) of #a5819e color hex is 0.00, 0.22, 0.04, 0.35. Web safe color of #a5819e is #999999. Color #a5819e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000001 10011110
Octal 245 201 236
Decimal 165 129 158
Hex A5 81 9E

RGB Percentages of Color #a5819e

%36.50
%28.54
%34.96

CMYK Percentages of Color #a5819e

%0
%22
%4
%35

Triadic Colors of #a5819e

#a5819e #9ea581 #819ea5

Analogous Colors of #a5819e

#a5819e #a5818c #9a81a5

Monochromatic Colors of #a5819e

#a5819e

Complementary Color

#a5819e #81a588

#a5819e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5819e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5819e Color CSS Codes

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

#a5819e Text Font Color

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

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


#a5819e Background Color

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

This div background color is #a5819e


#a5819e Border Color

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

This div border color is #a5819e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5819e


Comments

No comments written yet.

Please login to write comment.