Color Hex Logo

#aa53cb Color Hex

#AA53CB
(170,83,203)
0 Favorites   0 Comments

Color spaces of #aa53cb

RGB 17083203
HSL0.790.540.56
HSV284°59°80°
CMYK 0.160.590.00   0.20
XYZ30.450319.044458.5709
Yxy19.04440.28180.1762
Hunter Lab43.639948.1809-49.0276
CIE-Lab50.739154.4587-47.5888

#aa53cb color RGB value is (170,83,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010011 11001011
Octal 252 123 313
Decimal 170 83 203
Hex AA 53 CB

RGB Percentages of Color #aa53cb

%37.28
%18.20
%44.52

CMYK Percentages of Color #aa53cb

%16
%59
%0
%20

Triadic Colors of #aa53cb

#aa53cb #cbaa53 #53cbaa

Analogous Colors of #aa53cb

#aa53cb #cb53b0 #6e53cb

Monochromatic Colors of #aa53cb

#aa53cb

Complementary Color

#aa53cb #74cb53

#aa53cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa53cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa53cb Color CSS Codes

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

#aa53cb Text Font Color

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

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


#aa53cb Background Color

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

This div background color is #aa53cb


#aa53cb Border Color

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

This div border color is #aa53cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa53cb


Comments

No comments written yet.

Please login to write comment.