Color Hex Logo

#aa67bd Color Hex

#AA67BD
(170,103,189)
0 Favorites   0 Comments

Color spaces of #aa67bd

RGB 170103189
HSL0.800.390.57
HSV287°46°74°
CMYK 0.100.460.00   0.26
XYZ30.613121.920750.7617
Yxy21.92070.29640.2122
Hunter Lab46.819534.7785-31.5085
CIE-Lab53.942841.2585-34.4889

#aa67bd color RGB value is (170,103,189).

#aa67bd hex color red value is 170, green value is 103 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa67bd hue: 0.80 , saturation: 0.39 and the lightness value of aa67bd is 0.57.

The process color (four color CMYK) of #aa67bd color hex is 0.10, 0.46, 0.00, 0.26. Web safe color of #aa67bd is #9966cc. Color #aa67bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 10111101
Octal 252 147 275
Decimal 170 103 189
Hex AA 67 BD

RGB Percentages of Color #aa67bd

%36.80
%22.29
%40.91

CMYK Percentages of Color #aa67bd

%10
%46
%0
%26

Triadic Colors of #aa67bd

#aa67bd #bdaa67 #67bdaa

Analogous Colors of #aa67bd

#aa67bd #bd67a5 #7f67bd

Monochromatic Colors of #aa67bd

#aa67bd

Complementary Color

#aa67bd #7abd67

#aa67bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa67bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa67bd Color CSS Codes

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

#aa67bd Text Font Color

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

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


#aa67bd Background Color

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

This div background color is #aa67bd


#aa67bd Border Color

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

This div border color is #aa67bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa67bd


Comments

No comments written yet.

Please login to write comment.