Color Hex Logo

#aa4cbd Color Hex

#AA4CBD
(170,76,189)
0 Favorites   0 Comments

Color spaces of #aa4cbd

RGB 17076189
HSL0.810.460.52
HSV290°60°74°
CMYK 0.100.600.00   0.26
XYZ28.347317.389150.0065
Yxy17.38910.29610.1816
Hunter Lab41.700248.3666-41.9098
CIE-Lab48.746654.9823-42.6749

#aa4cbd color RGB value is (170,76,189).

#aa4cbd hex color red value is 170, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa4cbd hue: 0.81 , saturation: 0.46 and the lightness value of aa4cbd is 0.52.

The process color (four color CMYK) of #aa4cbd color hex is 0.10, 0.60, 0.00, 0.26. Web safe color of #aa4cbd is #9933cc. Color #aa4cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001100 10111101
Octal 252 114 275
Decimal 170 76 189
Hex AA 4C BD

RGB Percentages of Color #aa4cbd

%39.08
%17.47
%43.45

CMYK Percentages of Color #aa4cbd

%10
%60
%0
%26

Triadic Colors of #aa4cbd

#aa4cbd #bdaa4c #4cbdaa

Analogous Colors of #aa4cbd

#aa4cbd #bd4c98 #724cbd

Monochromatic Colors of #aa4cbd

#aa4cbd

Complementary Color

#aa4cbd #5fbd4c

#aa4cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4cbd Color CSS Codes

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

#aa4cbd Text Font Color

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

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


#aa4cbd Background Color

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

This div background color is #aa4cbd


#aa4cbd Border Color

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

This div border color is #aa4cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4cbd


Comments

No comments written yet.

Please login to write comment.