Color Hex Logo

#aa7cbe Color Hex

#AA7CBE
(170,124,190)
0 Favorites   0 Comments

Color spaces of #aa7cbe

RGB 170124190
HSL0.780.340.62
HSV282°35°75°
CMYK 0.110.350.00   0.25
XYZ33.079526.679152.1213
Yxy26.67910.29570.2385
Hunter Lab51.651823.9265-23.6726
CIE-Lab58.676129.8238-27.7003

#aa7cbe color RGB value is (170,124,190).

#aa7cbe hex color red value is 170, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aa7cbe hue: 0.78 , saturation: 0.34 and the lightness value of aa7cbe is 0.62.

The process color (four color CMYK) of #aa7cbe color hex is 0.11, 0.35, 0.00, 0.25. Web safe color of #aa7cbe is #9966cc. Color #aa7cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111100 10111110
Octal 252 174 276
Decimal 170 124 190
Hex AA 7C BE

RGB Percentages of Color #aa7cbe

%35.12
%25.62
%39.26

CMYK Percentages of Color #aa7cbe

%11
%35
%0
%25

Triadic Colors of #aa7cbe

#aa7cbe #beaa7c #7cbeaa

Analogous Colors of #aa7cbe

#aa7cbe #be7cb1 #897cbe

Monochromatic Colors of #aa7cbe

#aa7cbe

Complementary Color

#aa7cbe #90be7c

#aa7cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7cbe Color CSS Codes

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

#aa7cbe Text Font Color

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

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


#aa7cbe Background Color

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

This div background color is #aa7cbe


#aa7cbe Border Color

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

This div border color is #aa7cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7cbe


Comments

No comments written yet.

Please login to write comment.