Color Hex Logo

#a823aa Color Hex

#A823AA
(168,35,170)
0 Favorites   0 Comments

Color spaces of #a823aa

RGB 16835170
HSL0.830.660.40
HSV299°79°67°
CMYK 0.010.790.00   0.33
XYZ24.005212.429239.1641
Yxy12.42920.31750.1644
Hunter Lab35.255159.8444-41.1854
CIE-Lab41.890366.5252-42.4240

#a823aa color RGB value is (168,35,170).

#a823aa hex color red value is 168, green value is 35 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a823aa hue: 0.83 , saturation: 0.66 and the lightness value of a823aa is 0.40.

The process color (four color CMYK) of #a823aa color hex is 0.01, 0.79, 0.00, 0.33. Web safe color of #a823aa is #993399. Color #a823aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100011 10101010
Octal 250 43 252
Decimal 168 35 170
Hex A8 23 AA

RGB Percentages of Color #a823aa

%45.04
%9.38
%45.58

CMYK Percentages of Color #a823aa

%1
%79
%0
%33

Triadic Colors of #a823aa

#a823aa #aaa823 #23aaa8

Analogous Colors of #a823aa

#a823aa #aa2369 #6523aa

Monochromatic Colors of #a823aa

#a823aa

Complementary Color

#a823aa #25aa23

#a823aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a823aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a823aa Color CSS Codes

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

#a823aa Text Font Color

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

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


#a823aa Background Color

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

This div background color is #a823aa


#a823aa Border Color

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

This div border color is #a823aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a823aa


Comments

No comments written yet.

Please login to write comment.