Color Hex Logo

#aa68b6 Color Hex

#AA68B6
(170,104,182)
0 Favorites   0 Comments

Color spaces of #aa68b6

RGB 170104182
HSL0.810.350.56
HSV291°43°71°
CMYK 0.070.430.00   0.29
XYZ29.971421.824146.8888
Yxy21.82410.30370.2212
Hunter Lab46.716332.7654-26.8076
CIE-Lab53.839939.2903-30.6175

#aa68b6 color RGB value is (170,104,182).

#aa68b6 hex color red value is 170, green value is 104 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #aa68b6 hue: 0.81 , saturation: 0.35 and the lightness value of aa68b6 is 0.56.

The process color (four color CMYK) of #aa68b6 color hex is 0.07, 0.43, 0.00, 0.29. Web safe color of #aa68b6 is #9966cc. Color #aa68b6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101000 10110110
Octal 252 150 266
Decimal 170 104 182
Hex AA 68 B6

RGB Percentages of Color #aa68b6

%37.28
%22.81
%39.91

CMYK Percentages of Color #aa68b6

%7
%43
%0
%29

Triadic Colors of #aa68b6

#aa68b6 #b6aa68 #68b6aa

Analogous Colors of #aa68b6

#aa68b6 #b6689b #8368b6

Monochromatic Colors of #aa68b6

#aa68b6

Complementary Color

#aa68b6 #74b668

#aa68b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa68b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa68b6 Color CSS Codes

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

#aa68b6 Text Font Color

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

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


#aa68b6 Background Color

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

This div background color is #aa68b6


#aa68b6 Border Color

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

This div border color is #aa68b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa68b6


Comments

No comments written yet.

Please login to write comment.