Color Hex Logo

#aa65cb Color Hex

#AA65CB
(170,101,203)
0 Favorites   0 Comments

Color spaces of #aa65cb

RGB 170101203
HSL0.780.500.60
HSV281°50°80°
CMYK 0.160.500.00   0.20
XYZ32.010722.165259.0911
Yxy22.16520.28260.1957
Hunter Lab47.079938.9763-41.4603
CIE-Lab54.201845.2801-42.0987

#aa65cb color RGB value is (170,101,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100101 11001011
Octal 252 145 313
Decimal 170 101 203
Hex AA 65 CB

RGB Percentages of Color #aa65cb

%35.86
%21.31
%42.83

CMYK Percentages of Color #aa65cb

%16
%50
%0
%20

Triadic Colors of #aa65cb

#aa65cb #cbaa65 #65cbaa

Analogous Colors of #aa65cb

#aa65cb #cb65b9 #7765cb

Monochromatic Colors of #aa65cb

#aa65cb

Complementary Color

#aa65cb #86cb65

#aa65cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa65cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa65cb Color CSS Codes

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

#aa65cb Text Font Color

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

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


#aa65cb Background Color

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

This div background color is #aa65cb


#aa65cb Border Color

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

This div border color is #aa65cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa65cb


Comments

No comments written yet.

Please login to write comment.