Color Hex Logo

#aa3dca Color Hex

#AA3DCA
(170,61,202)
0 Favorites   0 Comments

Color spaces of #aa3dca

RGB 17061202
HSL0.800.570.52
HSV286°70°79°
CMYK 0.160.700.00   0.21
XYZ28.907016.147857.4704
Yxy16.14780.28200.1575
Hunter Lab40.184358.0832-56.6657
CIE-Lab47.167863.9718-52.7210

#aa3dca color RGB value is (170,61,202).

#aa3dca hex color red value is 170, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa3dca hue: 0.80 , saturation: 0.57 and the lightness value of aa3dca is 0.52.

The process color (four color CMYK) of #aa3dca color hex is 0.16, 0.70, 0.00, 0.21. Web safe color of #aa3dca is #9933cc. Color #aa3dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111101 11001010
Octal 252 75 312
Decimal 170 61 202
Hex AA 3D CA

RGB Percentages of Color #aa3dca

%39.26
%14.09
%46.65

CMYK Percentages of Color #aa3dca

%16
%70
%0
%21

Triadic Colors of #aa3dca

#aa3dca #caaa3d #3dcaaa

Analogous Colors of #aa3dca

#aa3dca #ca3da4 #643dca

Monochromatic Colors of #aa3dca

#aa3dca

Complementary Color

#aa3dca #5dca3d

#aa3dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3dca Color CSS Codes

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

#aa3dca Text Font Color

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

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


#aa3dca Background Color

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

This div background color is #aa3dca


#aa3dca Border Color

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

This div border color is #aa3dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3dca


Comments

No comments written yet.

Please login to write comment.