Color Hex Logo

#aa2bda Color Hex

#AA2BDA
(170,43,218)
0 Favorites   0 Comments

Color spaces of #aa2bda

RGB 17043218
HSL0.790.700.51
HSV284°80°85°
CMYK 0.220.800.00   0.15
XYZ30.096315.335867.7035
Yxy15.33580.26600.1356
Hunter Lab39.160968.6506-75.0910
CIE-Lab46.090773.1638-63.6523

#aa2bda color RGB value is (170,43,218).

#aa2bda hex color red value is 170, green value is 43 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aa2bda hue: 0.79 , saturation: 0.70 and the lightness value of aa2bda is 0.51.

The process color (four color CMYK) of #aa2bda color hex is 0.22, 0.80, 0.00, 0.15. Web safe color of #aa2bda is #9933cc. Color #aa2bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101011 11011010
Octal 252 53 332
Decimal 170 43 218
Hex AA 2B DA

RGB Percentages of Color #aa2bda

%39.44
%9.98
%50.58

CMYK Percentages of Color #aa2bda

%22
%80
%0
%15

Triadic Colors of #aa2bda

#aa2bda #daaa2b #2bdaaa

Analogous Colors of #aa2bda

#aa2bda #da2bb3 #532bda

Monochromatic Colors of #aa2bda

#aa2bda

Complementary Color

#aa2bda #5bda2b

#aa2bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2bda Color CSS Codes

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

#aa2bda Text Font Color

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

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


#aa2bda Background Color

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

This div background color is #aa2bda


#aa2bda Border Color

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

This div border color is #aa2bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2bda


Comments

No comments written yet.

Please login to write comment.