Color Hex Logo

#a85aac Color Hex

#A85AAC
(168,90,172)
0 Favorites   0 Comments

Color spaces of #a85aac

RGB 16890172
HSL0.830.330.51
HSV297°48°67°
CMYK 0.020.480.00   0.33
XYZ27.251018.615741.1866
Yxy18.61570.31300.2138
Hunter Lab43.145937.2354-26.3954
CIE-Lab50.234544.2056-30.4448

#a85aac color RGB value is (168,90,172).

#a85aac hex color red value is 168, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a85aac hue: 0.83 , saturation: 0.33 and the lightness value of a85aac is 0.51.

The process color (four color CMYK) of #a85aac color hex is 0.02, 0.48, 0.00, 0.33. Web safe color of #a85aac is #996699. Color #a85aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011010 10101100
Octal 250 132 254
Decimal 168 90 172
Hex A8 5A AC

RGB Percentages of Color #a85aac

%39.07
%20.93
%40.00

CMYK Percentages of Color #a85aac

%2
%48
%0
%33

Triadic Colors of #a85aac

#a85aac #aca85a #5aaca8

Analogous Colors of #a85aac

#a85aac #ac5a87 #7f5aac

Monochromatic Colors of #a85aac

#a85aac

Complementary Color

#a85aac #5eac5a

#a85aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85aac Color CSS Codes

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

#a85aac Text Font Color

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

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


#a85aac Background Color

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

This div background color is #a85aac


#a85aac Border Color

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

This div border color is #a85aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,90,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85aac


Comments

No comments written yet.

Please login to write comment.