Color Hex Logo

#aa7beb Color Hex

#AA7BEB
(170,123,235)
0 Favorites   0 Comments

Color spaces of #aa7beb

RGB 170123235
HSL0.740.740.70
HSV265°48°92°
CMYK 0.280.480.00   0.08
XYZ38.655928.710182.1015
Yxy28.71010.25860.1921
Hunter Lab53.581835.0084-53.3407
CIE-Lab60.524940.6008-50.0978

#aa7beb color RGB value is (170,123,235).

#aa7beb hex color red value is 170, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aa7beb hue: 0.74 , saturation: 0.74 and the lightness value of aa7beb is 0.70.

The process color (four color CMYK) of #aa7beb color hex is 0.28, 0.48, 0.00, 0.08. Web safe color of #aa7beb is #9966ff. Color #aa7beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111011 11101011
Octal 252 173 353
Decimal 170 123 235
Hex AA 7B EB

RGB Percentages of Color #aa7beb

%32.20
%23.30
%44.51

CMYK Percentages of Color #aa7beb

%28
%48
%0
%8

Triadic Colors of #aa7beb

#aa7beb #ebaa7b #7bebaa

Analogous Colors of #aa7beb

#aa7beb #e27beb #7b84eb

Monochromatic Colors of #aa7beb

#aa7beb

Complementary Color

#aa7beb #bceb7b

#aa7beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7beb Color CSS Codes

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

#aa7beb Text Font Color

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

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


#aa7beb Background Color

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

This div background color is #aa7beb


#aa7beb Border Color

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

This div border color is #aa7beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7beb


Comments

No comments written yet.

Please login to write comment.