Color Hex Logo

#aa25cb Color Hex

#AA25CB
(170,37,203)
0 Favorites   0 Comments

Color spaces of #aa25cb

RGB 17037203
HSL0.800.690.47
HSV288°82°80°
CMYK 0.160.820.00   0.20
XYZ28.018614.181057.7604
Yxy14.18100.28030.1419
Hunter Lab37.657766.9092-64.5803
CIE-Lab44.491472.0275-57.6069

#aa25cb color RGB value is (170,37,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100101 11001011
Octal 252 45 313
Decimal 170 37 203
Hex AA 25 CB

RGB Percentages of Color #aa25cb

%41.46
%9.02
%49.51

CMYK Percentages of Color #aa25cb

%16
%82
%0
%20

Triadic Colors of #aa25cb

#aa25cb #cbaa25 #25cbaa

Analogous Colors of #aa25cb

#aa25cb #cb2599 #5725cb

Monochromatic Colors of #aa25cb

#aa25cb

Complementary Color

#aa25cb #46cb25

#aa25cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa25cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa25cb Color CSS Codes

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

#aa25cb Text Font Color

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

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


#aa25cb Background Color

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

This div background color is #aa25cb


#aa25cb Border Color

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

This div border color is #aa25cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa25cb


Comments

No comments written yet.

Please login to write comment.