Color Hex Logo

#a85aae Color Hex

#A85AAE
(168,90,174)
0 Favorites   0 Comments

Color spaces of #a85aae

RGB 16890174
HSL0.820.340.52
HSV296°48°68°
CMYK 0.030.480.00   0.32
XYZ27.444618.693242.2060
Yxy18.69320.31070.2116
Hunter Lab43.235637.6437-27.6131
CIE-Lab50.326344.5889-31.4702

#a85aae color RGB value is (168,90,174).

#a85aae hex color red value is 168, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a85aae hue: 0.82 , saturation: 0.34 and the lightness value of a85aae is 0.52.

The process color (four color CMYK) of #a85aae color hex is 0.03, 0.48, 0.00, 0.32. Web safe color of #a85aae is #996699. Color #a85aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011010 10101110
Octal 250 132 256
Decimal 168 90 174
Hex A8 5A AE

RGB Percentages of Color #a85aae

%38.89
%20.83
%40.28

CMYK Percentages of Color #a85aae

%3
%48
%0
%32

Triadic Colors of #a85aae

#a85aae #aea85a #5aaea8

Analogous Colors of #a85aae

#a85aae #ae5a8a #7e5aae

Monochromatic Colors of #a85aae

#a85aae

Complementary Color

#a85aae #60ae5a

#a85aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85aae Color CSS Codes

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

#a85aae Text Font Color

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

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


#a85aae Background Color

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

This div background color is #a85aae


#a85aae Border Color

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

This div border color is #a85aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85aae


Comments

No comments written yet.

Please login to write comment.