Color Hex Logo

#a45eae Color Hex

#A45EAE
(164,94,174)
0 Favorites   0 Comments

Color spaces of #a45eae

RGB 16494174
HSL0.810.330.53
HSV293°46°68°
CMYK 0.060.460.00   0.32
XYZ26.952518.953942.2823
Yxy18.95390.30560.2149
Hunter Lab43.536134.3184-27.1073
CIE-Lab50.633241.2789-31.0289

#a45eae color RGB value is (164,94,174).

#a45eae hex color red value is 164, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a45eae hue: 0.81 , saturation: 0.33 and the lightness value of a45eae is 0.53.

The process color (four color CMYK) of #a45eae color hex is 0.06, 0.46, 0.00, 0.32. Web safe color of #a45eae is #996699. Color #a45eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011110 10101110
Octal 244 136 256
Decimal 164 94 174
Hex A4 5E AE

RGB Percentages of Color #a45eae

%37.96
%21.76
%40.28

CMYK Percentages of Color #a45eae

%6
%46
%0
%32

Triadic Colors of #a45eae

#a45eae #aea45e #5eaea4

Analogous Colors of #a45eae

#a45eae #ae5e90 #7c5eae

Monochromatic Colors of #a45eae

#a45eae

Complementary Color

#a45eae #68ae5e

#a45eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45eae Color CSS Codes

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

#a45eae Text Font Color

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

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


#a45eae Background Color

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

This div background color is #a45eae


#a45eae Border Color

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

This div border color is #a45eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45eae


Comments

No comments written yet.

Please login to write comment.