Color Hex Logo

#aa74bd Color Hex

#AA74BD
(170,116,189)
0 Favorites   0 Comments

Color spaces of #aa74bd

RGB 170116189
HSL0.790.360.60
HSV284°39°74°
CMYK 0.100.390.00   0.26
XYZ32.008324.711051.2268
Yxy24.71100.29650.2289
Hunter Lab49.710227.9431-26.3018
CIE-Lab56.792734.1037-30.0473

#aa74bd color RGB value is (170,116,189).

#aa74bd hex color red value is 170, green value is 116 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa74bd hue: 0.79 , saturation: 0.36 and the lightness value of aa74bd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 10111101
Octal 252 164 275
Decimal 170 116 189
Hex AA 74 BD

RGB Percentages of Color #aa74bd

%35.79
%24.42
%39.79

CMYK Percentages of Color #aa74bd

%10
%39
%0
%26

Triadic Colors of #aa74bd

#aa74bd #bdaa74 #74bdaa

Analogous Colors of #aa74bd

#aa74bd #bd74ac #8674bd

Monochromatic Colors of #aa74bd

#aa74bd

Complementary Color

#aa74bd #87bd74

#aa74bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa74bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa74bd Color CSS Codes

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

#aa74bd Text Font Color

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

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


#aa74bd Background Color

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

This div background color is #aa74bd


#aa74bd Border Color

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

This div border color is #aa74bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa74bd


Comments

No comments written yet.

Please login to write comment.