Color Hex Logo

#aa4bac Color Hex

#AA4BAC
(170,75,172)
0 Favorites   0 Comments

Color spaces of #aa4bac

RGB 17075172
HSL0.830.390.48
HSV299°56°67°
CMYK 0.010.560.00   0.33
XYZ26.540016.556840.8267
Yxy16.55680.31620.1973
Hunter Lab40.690045.2187-31.0061
CIE-Lab47.696752.2520-34.3979

#aa4bac color RGB value is (170,75,172).

#aa4bac hex color red value is 170, green value is 75 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aa4bac hue: 0.83 , saturation: 0.39 and the lightness value of aa4bac is 0.48.

The process color (four color CMYK) of #aa4bac color hex is 0.01, 0.56, 0.00, 0.33. Web safe color of #aa4bac is #993399. Color #aa4bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001011 10101100
Octal 252 113 254
Decimal 170 75 172
Hex AA 4B AC

RGB Percentages of Color #aa4bac

%40.77
%17.99
%41.25

CMYK Percentages of Color #aa4bac

%1
%56
%0
%33

Triadic Colors of #aa4bac

#aa4bac #acaa4b #4bacaa

Analogous Colors of #aa4bac

#aa4bac #ac4b7e #7a4bac

Monochromatic Colors of #aa4bac

#aa4bac

Complementary Color

#aa4bac #4dac4b

#aa4bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4bac Color CSS Codes

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

#aa4bac Text Font Color

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

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


#aa4bac Background Color

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

This div background color is #aa4bac


#aa4bac Border Color

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

This div border color is #aa4bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4bac


Comments

No comments written yet.

Please login to write comment.