Color Hex Logo

#a468ae Color Hex

#A468AE
(164,104,174)
0 Favorites   0 Comments

Color spaces of #a468ae

RGB 164104174
HSL0.810.300.55
HSV291°40°68°
CMYK 0.060.400.00   0.32
XYZ27.900120.849142.5982
Yxy20.84910.30540.2282
Hunter Lab45.660829.1623-23.3507
CIE-Lab52.783935.8140-27.6832

#a468ae color RGB value is (164,104,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 10101110
Octal 244 150 256
Decimal 164 104 174
Hex A4 68 AE

RGB Percentages of Color #a468ae

%37.10
%23.53
%39.37

CMYK Percentages of Color #a468ae

%6
%40
%0
%32

Triadic Colors of #a468ae

#a468ae #aea468 #68aea4

Analogous Colors of #a468ae

#a468ae #ae6895 #8168ae

Monochromatic Colors of #a468ae

#a468ae

Complementary Color

#a468ae #72ae68

#a468ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a468ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a468ae Color CSS Codes

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

#a468ae Text Font Color

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

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


#a468ae Background Color

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

This div background color is #a468ae


#a468ae Border Color

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

This div border color is #a468ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a468ae


Comments

No comments written yet.

Please login to write comment.