Color Hex Logo

#aa78cb Color Hex

#AA78CB
(170,120,203)
0 Favorites   0 Comments

Color spaces of #aa78cb

RGB 170120203
HSL0.770.440.63
HSV276°41°80°
CMYK 0.160.410.00   0.20
XYZ34.073526.290859.7787
Yxy26.29080.28360.2188
Hunter Lab51.274628.8882-33.2314
CIE-Lab58.312134.8811-35.6424

#aa78cb color RGB value is (170,120,203).

#aa78cb hex color red value is 170, green value is 120 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa78cb hue: 0.77 , saturation: 0.44 and the lightness value of aa78cb is 0.63.

The process color (four color CMYK) of #aa78cb color hex is 0.16, 0.41, 0.00, 0.20. Web safe color of #aa78cb is #9966cc. Color #aa78cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111000 11001011
Octal 252 170 313
Decimal 170 120 203
Hex AA 78 CB

RGB Percentages of Color #aa78cb

%34.48
%24.34
%41.18

CMYK Percentages of Color #aa78cb

%16
%41
%0
%20

Triadic Colors of #aa78cb

#aa78cb #cbaa78 #78cbaa

Analogous Colors of #aa78cb

#aa78cb #cb78c3 #8178cb

Monochromatic Colors of #aa78cb

#aa78cb

Complementary Color

#aa78cb #99cb78

#aa78cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa78cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa78cb Color CSS Codes

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

#aa78cb Text Font Color

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

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


#aa78cb Background Color

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

This div background color is #aa78cb


#aa78cb Border Color

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

This div border color is #aa78cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa78cb


Comments

No comments written yet.

Please login to write comment.