Color Hex Logo

#aa68cb Color Hex

#AA68CB
(170,104,203)
0 Favorites   0 Comments

Color spaces of #aa68cb

RGB 170104203
HSL0.780.490.60
HSV280°49°80°
CMYK 0.160.490.00   0.20
XYZ32.307422.758559.1900
Yxy22.75850.28280.1992
Hunter Lab47.705937.3986-40.1686
CIE-Lab54.822743.6754-41.1192

#aa68cb color RGB value is (170,104,203).

#aa68cb hex color red value is 170, green value is 104 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa68cb hue: 0.78 , saturation: 0.49 and the lightness value of aa68cb is 0.60.

The process color (four color CMYK) of #aa68cb color hex is 0.16, 0.49, 0.00, 0.20. Web safe color of #aa68cb is #9966cc. Color #aa68cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101000 11001011
Octal 252 150 313
Decimal 170 104 203
Hex AA 68 CB

RGB Percentages of Color #aa68cb

%35.64
%21.80
%42.56

CMYK Percentages of Color #aa68cb

%16
%49
%0
%20

Triadic Colors of #aa68cb

#aa68cb #cbaa68 #68cbaa

Analogous Colors of #aa68cb

#aa68cb #cb68bb #7968cb

Monochromatic Colors of #aa68cb

#aa68cb

Complementary Color

#aa68cb #89cb68

#aa68cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa68cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa68cb Color CSS Codes

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

#aa68cb Text Font Color

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

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


#aa68cb Background Color

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

This div background color is #aa68cb


#aa68cb Border Color

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

This div border color is #aa68cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa68cb


Comments

No comments written yet.

Please login to write comment.