Color Hex Logo

#aa4bdc Color Hex

#AA4BDC
(170,75,220)
0 Favorites   0 Comments

Color spaces of #aa4bdc

RGB 17075220
HSL0.780.670.58
HSV279°66°86°
CMYK 0.230.660.00   0.14
XYZ32.011918.745569.6412
Yxy18.74550.26590.1557
Hunter Lab43.296156.2098-65.0600
CIE-Lab50.388161.7229-57.8563

#aa4bdc color RGB value is (170,75,220).

#aa4bdc hex color red value is 170, green value is 75 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aa4bdc hue: 0.78 , saturation: 0.67 and the lightness value of aa4bdc is 0.58.

The process color (four color CMYK) of #aa4bdc color hex is 0.23, 0.66, 0.00, 0.14. Web safe color of #aa4bdc is #9933cc. Color #aa4bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001011 11011100
Octal 252 113 334
Decimal 170 75 220
Hex AA 4B DC

RGB Percentages of Color #aa4bdc

%36.56
%16.13
%47.31

CMYK Percentages of Color #aa4bdc

%23
%66
%0
%14

Triadic Colors of #aa4bdc

#aa4bdc #dcaa4b #4bdcaa

Analogous Colors of #aa4bdc

#aa4bdc #dc4bc6 #614bdc

Monochromatic Colors of #aa4bdc

#aa4bdc

Complementary Color

#aa4bdc #7ddc4b

#aa4bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4bdc Color CSS Codes

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

#aa4bdc Text Font Color

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

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


#aa4bdc Background Color

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

This div background color is #aa4bdc


#aa4bdc Border Color

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

This div border color is #aa4bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4bdc


Comments

No comments written yet.

Please login to write comment.