Color Hex Logo

#aa28cb Color Hex

#AA28CB
(170,40,203)
0 Favorites   0 Comments

Color spaces of #aa28cb

RGB 17040203
HSL0.800.670.48
HSV288°80°80°
CMYK 0.160.800.00   0.20
XYZ28.115814.375457.7928
Yxy14.37540.28040.1433
Hunter Lab37.914966.0156-63.8339
CIE-Lab44.766671.2258-57.1628

#aa28cb color RGB value is (170,40,203).

#aa28cb hex color red value is 170, green value is 40 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa28cb hue: 0.80 , saturation: 0.67 and the lightness value of aa28cb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101000 11001011
Octal 252 50 313
Decimal 170 40 203
Hex AA 28 CB

RGB Percentages of Color #aa28cb

%41.16
%9.69
%49.15

CMYK Percentages of Color #aa28cb

%16
%80
%0
%20

Triadic Colors of #aa28cb

#aa28cb #cbaa28 #28cbaa

Analogous Colors of #aa28cb

#aa28cb #cb289b #5928cb

Monochromatic Colors of #aa28cb

#aa28cb

Complementary Color

#aa28cb #49cb28

#aa28cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa28cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa28cb Color CSS Codes

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

#aa28cb Text Font Color

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

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


#aa28cb Background Color

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

This div background color is #aa28cb


#aa28cb Border Color

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

This div border color is #aa28cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa28cb


Comments

No comments written yet.

Please login to write comment.