Color Hex Logo

#aa44cb Color Hex

#AA44CB
(170,68,203)
0 Favorites   0 Comments

Color spaces of #aa44cb

RGB 17068203
HSL0.790.560.53
HSV285°67°80°
CMYK 0.160.670.00   0.20
XYZ29.424216.992158.2289
Yxy16.99210.28120.1624
Hunter Lab41.221555.2771-54.8972
CIE-Lab48.250161.3004-51.5630

#aa44cb color RGB value is (170,68,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 11001011
Octal 252 104 313
Decimal 170 68 203
Hex AA 44 CB

RGB Percentages of Color #aa44cb

%38.55
%15.42
%46.03

CMYK Percentages of Color #aa44cb

%16
%67
%0
%20

Triadic Colors of #aa44cb

#aa44cb #cbaa44 #44cbaa

Analogous Colors of #aa44cb

#aa44cb #cb44a9 #6744cb

Monochromatic Colors of #aa44cb

#aa44cb

Complementary Color

#aa44cb #65cb44

#aa44cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa44cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa44cb Color CSS Codes

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

#aa44cb Text Font Color

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

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


#aa44cb Background Color

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

This div background color is #aa44cb


#aa44cb Border Color

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

This div border color is #aa44cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa44cb


Comments

No comments written yet.

Please login to write comment.