Color Hex Logo

#aa4bc8 Color Hex

#AA4BC8
(170,75,200)
0 Favorites   0 Comments

Color spaces of #aa4bc8

RGB 17075200
HSL0.790.530.54
HSV286°63°78°
CMYK 0.150.630.00   0.22
XYZ29.519017.748356.5135
Yxy17.74830.28440.1710
Hunter Lab42.128751.3471-50.0443
CIE-Lab49.189457.6145-48.3334

#aa4bc8 color RGB value is (170,75,200).

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

The process color (four color CMYK) of #aa4bc8 color hex is 0.15, 0.63, 0.00, 0.22. Web safe color of #aa4bc8 is #9933cc. Color #aa4bc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001011 11001000
Octal 252 113 310
Decimal 170 75 200
Hex AA 4B C8

RGB Percentages of Color #aa4bc8

%38.20
%16.85
%44.94

CMYK Percentages of Color #aa4bc8

%15
%63
%0
%22

Triadic Colors of #aa4bc8

#aa4bc8 #c8aa4b #4bc8aa

Analogous Colors of #aa4bc8

#aa4bc8 #c84ba8 #6c4bc8

Monochromatic Colors of #aa4bc8

#aa4bc8

Complementary Color

#aa4bc8 #69c84b

#aa4bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4bc8 Color CSS Codes

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

#aa4bc8 Text Font Color

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

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


#aa4bc8 Background Color

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

This div background color is #aa4bc8


#aa4bc8 Border Color

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

This div border color is #aa4bc8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,75,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa4bc8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4bc8


Comments

No comments written yet.

Please login to write comment.