Color Hex Logo

#a4829b Color Hex

#A4829B
(164,130,155)
0 Favorites   0 Comments

Color spaces of #a4829b

RGB 164130155
HSL0.880.160.58
HSV316°21°64°
CMYK 0.000.210.05   0.36
XYZ29.208926.224334.5327
Yxy26.22430.32470.2915
Hunter Lab51.209712.1957-4.1348
CIE-Lab58.249317.3731-8.3752

#a4829b color RGB value is (164,130,155).

#a4829b hex color red value is 164, green value is 130 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a4829b hue: 0.88 , saturation: 0.16 and the lightness value of a4829b is 0.58.

The process color (four color CMYK) of #a4829b color hex is 0.00, 0.21, 0.05, 0.36. Web safe color of #a4829b is #999999. Color #a4829b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000010 10011011
Octal 244 202 233
Decimal 164 130 155
Hex A4 82 9B

RGB Percentages of Color #a4829b

%36.53
%28.95
%34.52

CMYK Percentages of Color #a4829b

%0
%21
%5
%36

Triadic Colors of #a4829b

#a4829b #9ba482 #829ba4

Analogous Colors of #a4829b

#a4829b #a4828a #9c82a4

Monochromatic Colors of #a4829b

#a4829b

Complementary Color

#a4829b #82a48b

#a4829b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4829b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4829b Color CSS Codes

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

#a4829b Text Font Color

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

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


#a4829b Background Color

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

This div background color is #a4829b


#a4829b Border Color

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

This div border color is #a4829b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4829b


Comments

No comments written yet.

Please login to write comment.