Color Hex Logo

#aa1dbb Color Hex

#AA1DBB
(170,29,187)
0 Favorites   0 Comments

Color spaces of #aa1dbb

RGB 17029187
HSL0.820.730.42
HSV294°84°73°
CMYK 0.090.840.00   0.27
XYZ25.986613.012648.1558
Yxy13.01260.29820.1493
Hunter Lab36.073065.4618-53.8984
CIE-Lab42.782271.1475-51.0307

#aa1dbb color RGB value is (170,29,187).

#aa1dbb hex color red value is 170, green value is 29 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa1dbb hue: 0.82 , saturation: 0.73 and the lightness value of aa1dbb is 0.42.

The process color (four color CMYK) of #aa1dbb color hex is 0.09, 0.84, 0.00, 0.27. Web safe color of #aa1dbb is #9933cc. Color #aa1dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011101 10111011
Octal 252 35 273
Decimal 170 29 187
Hex AA 1D BB

RGB Percentages of Color #aa1dbb

%44.04
%7.51
%48.45

CMYK Percentages of Color #aa1dbb

%9
%84
%0
%27

Triadic Colors of #aa1dbb

#aa1dbb #bbaa1d #1dbbaa

Analogous Colors of #aa1dbb

#aa1dbb #bb1d7d #5b1dbb

Monochromatic Colors of #aa1dbb

#aa1dbb

Complementary Color

#aa1dbb #2ebb1d

#aa1dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1dbb Color CSS Codes

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

#aa1dbb Text Font Color

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

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


#aa1dbb Background Color

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

This div background color is #aa1dbb


#aa1dbb Border Color

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

This div border color is #aa1dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1dbb


Comments

No comments written yet.

Please login to write comment.