Color Hex Logo

#aa6bda Color Hex

#AA6BDA
(170,107,218)
0 Favorites   0 Comments

Color spaces of #aa6bda

RGB 170107218
HSL0.760.600.64
HSV274°51°85°
CMYK 0.220.510.00   0.15
XYZ34.490124.123469.1681
Yxy24.12340.26990.1888
Hunter Lab49.115639.3946-49.1156
CIE-Lab56.211145.3785-47.4255

#aa6bda color RGB value is (170,107,218).

#aa6bda hex color red value is 170, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aa6bda hue: 0.76 , saturation: 0.60 and the lightness value of aa6bda is 0.64.

The process color (four color CMYK) of #aa6bda color hex is 0.22, 0.51, 0.00, 0.15. Web safe color of #aa6bda is #9966cc. Color #aa6bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101011 11011010
Octal 252 153 332
Decimal 170 107 218
Hex AA 6B DA

RGB Percentages of Color #aa6bda

%34.34
%21.62
%44.04

CMYK Percentages of Color #aa6bda

%22
%51
%0
%15

Triadic Colors of #aa6bda

#aa6bda #daaa6b #6bdaaa

Analogous Colors of #aa6bda

#aa6bda #da6bd3 #736bda

Monochromatic Colors of #aa6bda

#aa6bda

Complementary Color

#aa6bda #9bda6b

#aa6bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6bda Color CSS Codes

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

#aa6bda Text Font Color

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

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


#aa6bda Background Color

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

This div background color is #aa6bda


#aa6bda Border Color

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

This div border color is #aa6bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6bda


Comments

No comments written yet.

Please login to write comment.