Color Hex Logo

#aa3dcb Color Hex

#AA3DCB
(170,61,203)
0 Favorites   0 Comments

Color spaces of #aa3dcb

RGB 17061203
HSL0.790.580.52
HSV286°70°80°
CMYK 0.160.700.00   0.20
XYZ29.025816.195358.0961
Yxy16.19530.28090.1568
Hunter Lab40.243458.3184-57.4218
CIE-Lab47.229764.1651-53.1988

#aa3dcb color RGB value is (170,61,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111101 11001011
Octal 252 75 313
Decimal 170 61 203
Hex AA 3D CB

RGB Percentages of Color #aa3dcb

%39.17
%14.06
%46.77

CMYK Percentages of Color #aa3dcb

%16
%70
%0
%20

Triadic Colors of #aa3dcb

#aa3dcb #cbaa3d #3dcbaa

Analogous Colors of #aa3dcb

#aa3dcb #cb3da5 #633dcb

Monochromatic Colors of #aa3dcb

#aa3dcb

Complementary Color

#aa3dcb #5ecb3d

#aa3dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3dcb Color CSS Codes

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

#aa3dcb Text Font Color

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

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


#aa3dcb Background Color

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

This div background color is #aa3dcb


#aa3dcb Border Color

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

This div border color is #aa3dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3dcb


Comments

No comments written yet.

Please login to write comment.