Color Hex Logo

#aa7feb Color Hex

#AA7FEB
(170,127,235)
0 Favorites   0 Comments

Color spaces of #aa7feb

RGB 170127235
HSL0.730.730.71
HSV264°46°92°
CMYK 0.280.460.00   0.08
XYZ39.162329.722982.2703
Yxy29.72290.25910.1966
Hunter Lab54.518732.8137-51.3072
CIE-Lab61.414438.3775-48.6889

#aa7feb color RGB value is (170,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111111 11101011
Octal 252 177 353
Decimal 170 127 235
Hex AA 7F EB

RGB Percentages of Color #aa7feb

%31.95
%23.87
%44.17

CMYK Percentages of Color #aa7feb

%28
%46
%0
%8

Triadic Colors of #aa7feb

#aa7feb #ebaa7f #7febaa

Analogous Colors of #aa7feb

#aa7feb #e07feb #7f8aeb

Monochromatic Colors of #aa7feb

#aa7feb

Complementary Color

#aa7feb #c0eb7f

#aa7feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7feb Color CSS Codes

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

#aa7feb Text Font Color

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

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


#aa7feb Background Color

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

This div background color is #aa7feb


#aa7feb Border Color

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

This div border color is #aa7feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7feb


Comments

No comments written yet.

Please login to write comment.