Color Hex Logo

#aa7bc8 Color Hex

#AA7BC8
(170,123,200)
0 Favorites   0 Comments

Color spaces of #aa7bc8

RGB 170123200
HSL0.770.410.63
HSV277°39°78°
CMYK 0.150.390.00   0.22
XYZ34.085826.882158.0358
Yxy26.88210.28640.2259
Hunter Lab51.848026.6153-30.0725
CIE-Lab58.865032.5403-33.0817

#aa7bc8 color RGB value is (170,123,200).

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

The process color (four color CMYK) of #aa7bc8 color hex is 0.15, 0.39, 0.00, 0.22. Web safe color of #aa7bc8 is #9966cc. Color #aa7bc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111011 11001000
Octal 252 173 310
Decimal 170 123 200
Hex AA 7B C8

RGB Percentages of Color #aa7bc8

%34.48
%24.95
%40.57

CMYK Percentages of Color #aa7bc8

%15
%39
%0
%22

Triadic Colors of #aa7bc8

#aa7bc8 #c8aa7b #7bc8aa

Analogous Colors of #aa7bc8

#aa7bc8 #c87bc0 #847bc8

Monochromatic Colors of #aa7bc8

#aa7bc8

Complementary Color

#aa7bc8 #99c87b

#aa7bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7bc8 Color CSS Codes

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

#aa7bc8 Text Font Color

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

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


#aa7bc8 Background Color

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

This div background color is #aa7bc8


#aa7bc8 Border Color

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

This div border color is #aa7bc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7bc8


Comments

No comments written yet.

Please login to write comment.