color codes Logo

#aa36bd color codes

#AA36BD
(170,54,189)
0 Favorites   0 Comments

Color spaces of #aa36bd

RGB 17054189
HSL0.810.560.48
HSV292°71°74°
CMYK 0.100.710.00   0.26
XYZ27.082014.858549.5847
Yxy14.85850.29590.1623
Hunter Lab38.546757.9530-49.2852
CIE-Lab45.439864.1897-47.9412

#aa36bd color RGB value is (170,54,189).

#aa36bd hex color red value is 170, green value is 54 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa36bd hue: 0.81 , saturation: 0.56 and the lightness value of aa36bd is 0.48.

The process color (four color CMYK) of #aa36bd color code is 0.10, 0.71, 0.00, 0.26. Web safe color of #aa36bd is #9933cc. Color #aa36bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110110 10111101
Octal 252 66 275
Decimal 170 54 189
Hex AA 36 BD

RGB Percentages of Color #aa36bd

%41.16
%13.08
%45.76

CMYK Percentages of Color #aa36bd

%10
%71
%0
%26

Triadic Colors of #aa36bd

#aa36bd #bdaa36 #36bdaa

Analogous Colors of #aa36bd

#aa36bd #bd368d #6736bd

Monochromatic Colors of #aa36bd

#aa36bd

Complementary Color

#aa36bd #49bd36

#aa36bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa36bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa36bd Color CSS Codes

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

#aa36bd Text Font Color

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

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


#aa36bd Background Color

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

This div background color is #aa36bd


#aa36bd Border Color

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

This div border color is #aa36bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa36bd


Comments

No comments written yet.

Please login to write comment.