Color Hex Logo

#aa2dbf Color Hex

#AA2DBF
(170,45,191)
0 Favorites   0 Comments

Color spaces of #aa2dbf

RGB 17045191
HSL0.810.620.46
HSV291°76°75°
CMYK 0.110.760.00   0.25
XYZ26.919914.184450.6092
Yxy14.18440.29350.1547
Hunter Lab37.662261.6781-53.3084
CIE-Lab44.496267.5990-50.6205

#aa2dbf color RGB value is (170,45,191).

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

The process color (four color CMYK) of #aa2dbf color hex is 0.11, 0.76, 0.00, 0.25. Web safe color of #aa2dbf is #9933cc. Color #aa2dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101101 10111111
Octal 252 55 277
Decimal 170 45 191
Hex AA 2D BF

RGB Percentages of Color #aa2dbf

%41.87
%11.08
%47.04

CMYK Percentages of Color #aa2dbf

%11
%76
%0
%25

Triadic Colors of #aa2dbf

#aa2dbf #bfaa2d #2dbfaa

Analogous Colors of #aa2dbf

#aa2dbf #bf2d8b #612dbf

Monochromatic Colors of #aa2dbf

#aa2dbf

Complementary Color

#aa2dbf #42bf2d

#aa2dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2dbf Color CSS Codes

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

#aa2dbf Text Font Color

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

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


#aa2dbf Background Color

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

This div background color is #aa2dbf


#aa2dbf Border Color

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

This div border color is #aa2dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2dbf


Comments

No comments written yet.

Please login to write comment.