Color Hex Logo

#a4658e Color Hex

#A4658E
(164,101,142)
0 Favorites   0 Comments

Color spaces of #a4658e

RGB 164101142
HSL0.890.260.52
HSV321°38°64°
CMYK 0.000.380.13   0.36
XYZ24.846019.152927.9785
Yxy19.15290.34520.2661
Hunter Lab43.764024.7521-7.2695
CIE-Lab50.865631.4862-11.8650

#a4658e color RGB value is (164,101,142).

#a4658e hex color red value is 164, green value is 101 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a4658e hue: 0.89 , saturation: 0.26 and the lightness value of a4658e is 0.52.

The process color (four color CMYK) of #a4658e color hex is 0.00, 0.38, 0.13, 0.36. Web safe color of #a4658e is #996699. Color #a4658e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 10001110
Octal 244 145 216
Decimal 164 101 142
Hex A4 65 8E

RGB Percentages of Color #a4658e

%40.29
%24.82
%34.89

CMYK Percentages of Color #a4658e

%0
%38
%13
%36

Triadic Colors of #a4658e

#a4658e #8ea465 #658ea4

Analogous Colors of #a4658e

#a4658e #a4656f #9b65a4

Monochromatic Colors of #a4658e

#a4658e

Complementary Color

#a4658e #65a47b

#a4658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4658e Color CSS Codes

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

#a4658e Text Font Color

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

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


#a4658e Background Color

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

This div background color is #a4658e


#a4658e Border Color

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

This div border color is #a4658e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4658e


Comments

No comments written yet.

Please login to write comment.