Color Hex Logo

#a4839b Color Hex

#A4839B
(164,131,155)
0 Favorites   0 Comments

Color spaces of #a4839b

RGB 164131155
HSL0.880.150.58
HSV316°20°64°
CMYK 0.000.200.05   0.36
XYZ29.342526.491734.5772
Yxy26.49170.32450.2930
Hunter Lab51.470111.6881-3.8015
CIE-Lab58.500916.8026-8.0002

#a4839b color RGB value is (164,131,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000011 10011011
Octal 244 203 233
Decimal 164 131 155
Hex A4 83 9B

RGB Percentages of Color #a4839b

%36.44
%29.11
%34.44

CMYK Percentages of Color #a4839b

%0
%20
%5
%36

Triadic Colors of #a4839b

#a4839b #9ba483 #839ba4

Analogous Colors of #a4839b

#a4839b #a4838b #9d83a4

Monochromatic Colors of #a4839b

#a4839b

Complementary Color

#a4839b #83a48c

#a4839b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4839b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4839b Color CSS Codes

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

#a4839b Text Font Color

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

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


#a4839b Background Color

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

This div background color is #a4839b


#a4839b Border Color

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

This div border color is #a4839b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4839b


Comments

No comments written yet.

Please login to write comment.