color codes Logo

#aa30cb color codes

#AA30CB
(170,48,203)
0 Favorites   0 Comments

Color spaces of #aa30cb

RGB 17048203
HSL0.800.620.49
HSV287°76°80°
CMYK 0.160.760.00   0.20
XYZ28.414014.971757.8922
Yxy14.97170.28060.1478
Hunter Lab38.693363.3663-61.6233
CIE-Lab45.595468.8269-55.8265

#aa30cb color RGB value is (170,48,203).

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

The process color (four color CMYK) of #aa30cb color code is 0.16, 0.76, 0.00, 0.20. Web safe color of #aa30cb is #9933cc. Color #aa30cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110000 11001011
Octal 252 60 313
Decimal 170 48 203
Hex AA 30 CB

RGB Percentages of Color #aa30cb

%40.38
%11.40
%48.22

CMYK Percentages of Color #aa30cb

%16
%76
%0
%20

Triadic Colors of #aa30cb

#aa30cb #cbaa30 #30cbaa

Analogous Colors of #aa30cb

#aa30cb #cb309f #5d30cb

Monochromatic Colors of #aa30cb

#aa30cb

Complementary Color

#aa30cb #51cb30

#aa30cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa30cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa30cb Color CSS Codes

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

#aa30cb Text Font Color

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

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


#aa30cb Background Color

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

This div background color is #aa30cb


#aa30cb Border Color

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

This div border color is #aa30cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa30cb


Comments

No comments written yet.

Please login to write comment.