Color Hex Logo

#aa3bcc Color Hex

#AA3BCC
(170,59,204)
0 Favorites   0 Comments

Color spaces of #aa3bcc

RGB 17059204
HSL0.790.590.52
HSV286°71°80°
CMYK 0.170.710.00   0.20
XYZ29.040616.033658.6909
Yxy16.03360.27990.1545
Hunter Lab40.042059.3844-58.8740
CIE-Lab47.018565.1324-54.1145

#aa3bcc color RGB value is (170,59,204).

#aa3bcc hex color red value is 170, green value is 59 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aa3bcc hue: 0.79 , saturation: 0.59 and the lightness value of aa3bcc is 0.52.

The process color (four color CMYK) of #aa3bcc color hex is 0.17, 0.71, 0.00, 0.20. Web safe color of #aa3bcc is #9933cc. Color #aa3bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111011 11001100
Octal 252 73 314
Decimal 170 59 204
Hex AA 3B CC

RGB Percentages of Color #aa3bcc

%39.26
%13.63
%47.11

CMYK Percentages of Color #aa3bcc

%17
%71
%0
%20

Triadic Colors of #aa3bcc

#aa3bcc #ccaa3b #3bccaa

Analogous Colors of #aa3bcc

#aa3bcc #cc3ba6 #623bcc

Monochromatic Colors of #aa3bcc

#aa3bcc

Complementary Color

#aa3bcc #5dcc3b

#aa3bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3bcc Color CSS Codes

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

#aa3bcc Text Font Color

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

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


#aa3bcc Background Color

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

This div background color is #aa3bcc


#aa3bcc Border Color

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

This div border color is #aa3bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3bcc


Comments

No comments written yet.

Please login to write comment.