Color Hex Logo

#aa7bef Color Hex

#AA7BEF
(170,123,239)
0 Favorites   0 Comments

Color spaces of #aa7bef

RGB 170123239
HSL0.730.780.71
HSV264°49°94°
CMYK 0.290.490.00   0.06
XYZ39.240528.944085.1799
Yxy28.94400.25590.1887
Hunter Lab53.799636.0454-56.2130
CIE-Lab60.732241.5656-51.9877

#aa7bef color RGB value is (170,123,239).

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

The process color (four color CMYK) of #aa7bef color hex is 0.29, 0.49, 0.00, 0.06. Web safe color of #aa7bef is #9966ff. Color #aa7bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111011 11101111
Octal 252 173 357
Decimal 170 123 239
Hex AA 7B EF

RGB Percentages of Color #aa7bef

%31.95
%23.12
%44.92

CMYK Percentages of Color #aa7bef

%29
%49
%0
%6

Triadic Colors of #aa7bef

#aa7bef #efaa7b #7befaa

Analogous Colors of #aa7bef

#aa7bef #e47bef #7b86ef

Monochromatic Colors of #aa7bef

#aa7bef

Complementary Color

#aa7bef #c0ef7b

#aa7bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7bef Color CSS Codes

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

#aa7bef Text Font Color

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

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


#aa7bef Background Color

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

This div background color is #aa7bef


#aa7bef Border Color

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

This div border color is #aa7bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7bef


Comments

No comments written yet.

Please login to write comment.