Color Hex Logo

#a4689a Color Hex

#A4689A
(164,104,154)
0 Favorites   0 Comments

Color spaces of #a4689a

RGB 164104154
HSL0.860.250.53
HSV310°37°64°
CMYK 0.000.370.06   0.36
XYZ26.092920.126233.0814
Yxy20.12620.32900.2538
Hunter Lab44.862225.3108-12.3169
CIE-Lab51.979631.9456-17.2470

#a4689a color RGB value is (164,104,154).

#a4689a hex color red value is 164, green value is 104 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a4689a hue: 0.86 , saturation: 0.25 and the lightness value of a4689a is 0.53.

The process color (four color CMYK) of #a4689a color hex is 0.00, 0.37, 0.06, 0.36. Web safe color of #a4689a is #996699. Color #a4689a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 10011010
Octal 244 150 232
Decimal 164 104 154
Hex A4 68 9A

RGB Percentages of Color #a4689a

%38.86
%24.64
%36.49

CMYK Percentages of Color #a4689a

%0
%37
%6
%36

Triadic Colors of #a4689a

#a4689a #9aa468 #689aa4

Analogous Colors of #a4689a

#a4689a #a4687c #9068a4

Monochromatic Colors of #a4689a

#a4689a

Complementary Color

#a4689a #68a472

#a4689a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4689a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4689a Color CSS Codes

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

#a4689a Text Font Color

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

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


#a4689a Background Color

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

This div background color is #a4689a


#a4689a Border Color

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

This div border color is #a4689a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4689a


Comments

No comments written yet.

Please login to write comment.