Color Hex Logo

#a45caa Color Hex

#A45CAA
(164,92,170)
0 Favorites   0 Comments

Color spaces of #a45caa

RGB 16492170
HSL0.820.310.51
HSV295°46°67°
CMYK 0.040.460.00   0.33
XYZ26.392718.449140.2002
Yxy18.44910.31030.2169
Hunter Lab42.952434.5150-25.4242
CIE-Lab50.036341.5615-29.6225

#a45caa color RGB value is (164,92,170).

#a45caa hex color red value is 164, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a45caa hue: 0.82 , saturation: 0.31 and the lightness value of a45caa is 0.51.

The process color (four color CMYK) of #a45caa color hex is 0.04, 0.46, 0.00, 0.33. Web safe color of #a45caa is #996699. Color #a45caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011100 10101010
Octal 244 134 252
Decimal 164 92 170
Hex A4 5C AA

RGB Percentages of Color #a45caa

%38.50
%21.60
%39.91

CMYK Percentages of Color #a45caa

%4
%46
%0
%33

Triadic Colors of #a45caa

#a45caa #aaa45c #5caaa4

Analogous Colors of #a45caa

#a45caa #aa5c89 #7d5caa

Monochromatic Colors of #a45caa

#a45caa

Complementary Color

#a45caa #62aa5c

#a45caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45caa Color CSS Codes

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

#a45caa Text Font Color

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

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


#a45caa Background Color

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

This div background color is #a45caa


#a45caa Border Color

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

This div border color is #a45caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45caa


Comments

No comments written yet.

Please login to write comment.