Color Hex Logo

#aa7bee Color Hex

#AA7BEE
(170,123,238)
0 Favorites   0 Comments

Color spaces of #aa7bee

RGB 170123238
HSL0.730.770.71
HSV265°48°93°
CMYK 0.290.480.00   0.07
XYZ39.093128.885084.4039
Yxy28.88500.25650.1896
Hunter Lab53.744835.7848-55.4911
CIE-Lab60.680041.3237-51.5164

#aa7bee color RGB value is (170,123,238).

#aa7bee hex color red value is 170, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aa7bee hue: 0.73 , saturation: 0.77 and the lightness value of aa7bee is 0.71.

The process color (four color CMYK) of #aa7bee color hex is 0.29, 0.48, 0.00, 0.07. Web safe color of #aa7bee is #9966ff. Color #aa7bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111011 11101110
Octal 252 173 356
Decimal 170 123 238
Hex AA 7B EE

RGB Percentages of Color #aa7bee

%32.02
%23.16
%44.82

CMYK Percentages of Color #aa7bee

%29
%48
%0
%7

Triadic Colors of #aa7bee

#aa7bee #eeaa7b #7beeaa

Analogous Colors of #aa7bee

#aa7bee #e47bee #7b86ee

Monochromatic Colors of #aa7bee

#aa7bee

Complementary Color

#aa7bee #bfee7b

#aa7bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7bee Color CSS Codes

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

#aa7bee Text Font Color

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

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


#aa7bee Background Color

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

This div background color is #aa7bee


#aa7bee Border Color

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

This div border color is #aa7bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7bee


Comments

No comments written yet.

Please login to write comment.