Color Hex Logo

#aa4bad Color Hex

#AA4BAD
(170,75,173)
0 Favorites   0 Comments

Color spaces of #aa4bad

RGB 17075173
HSL0.830.400.49
HSV298°57°68°
CMYK 0.020.570.00   0.32
XYZ26.636516.595341.3345
Yxy16.59530.31500.1962
Hunter Lab40.737345.4236-31.6430
CIE-Lab47.746052.4349-34.9083

#aa4bad color RGB value is (170,75,173).

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

The process color (four color CMYK) of #aa4bad color hex is 0.02, 0.57, 0.00, 0.32. Web safe color of #aa4bad is #993399. Color #aa4bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001011 10101101
Octal 252 113 255
Decimal 170 75 173
Hex AA 4B AD

RGB Percentages of Color #aa4bad

%40.67
%17.94
%41.39

CMYK Percentages of Color #aa4bad

%2
%57
%0
%32

Triadic Colors of #aa4bad

#aa4bad #adaa4b #4badaa

Analogous Colors of #aa4bad

#aa4bad #ad4b7f #794bad

Monochromatic Colors of #aa4bad

#aa4bad

Complementary Color

#aa4bad #4ead4b

#aa4bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4bad Color CSS Codes

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

#aa4bad Text Font Color

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

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


#aa4bad Background Color

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

This div background color is #aa4bad


#aa4bad Border Color

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

This div border color is #aa4bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4bad


Comments

No comments written yet.

Please login to write comment.