Color Hex Logo

#aa268c Color Hex

#AA268C
(170,38,140)
0 Favorites   0 Comments

Color spaces of #aa268c

RGB 17038140
HSL0.870.630.41
HSV314°78°67°
CMYK 0.000.780.18   0.33
XYZ22.004311.825725.9338
Yxy11.82570.36820.1979
Hunter Lab34.388554.0375-20.6411
CIE-Lab40.937761.5938-25.8059

#aa268c color RGB value is (170,38,140).

#aa268c hex color red value is 170, green value is 38 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aa268c hue: 0.87 , saturation: 0.63 and the lightness value of aa268c is 0.41.

The process color (four color CMYK) of #aa268c color hex is 0.00, 0.78, 0.18, 0.33. Web safe color of #aa268c is #993399. Color #aa268c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100110 10001100
Octal 252 46 214
Decimal 170 38 140
Hex AA 26 8C

RGB Percentages of Color #aa268c

%48.85
%10.92
%40.23

CMYK Percentages of Color #aa268c

%0
%78
%18
%33

Triadic Colors of #aa268c

#aa268c #8caa26 #268caa

Analogous Colors of #aa268c

#aa268c #aa264a #8626aa

Monochromatic Colors of #aa268c

#aa268c

Complementary Color

#aa268c #26aa44

#aa268c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa268c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa268c Color CSS Codes

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

#aa268c Text Font Color

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

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


#aa268c Background Color

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

This div background color is #aa268c


#aa268c Border Color

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

This div border color is #aa268c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa268c


Comments

No comments written yet.

Please login to write comment.