color codes Logo

#aa88ed color codes

#AA88ED
(170,136,237)
0 Favorites   0 Comments

Color spaces of #aa88ed

RGB 170136237
HSL0.720.740.73
HSV260°43°93°
CMYK 0.280.430.00   0.07
XYZ40.667832.268884.2058
Yxy32.26880.25880.2053
Hunter Lab56.805628.3803-48.1246
CIE-Lab63.564433.8180-46.3994

#aa88ed color RGB value is (170,136,237).

#aa88ed hex color red value is 170, green value is 136 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aa88ed hue: 0.72 , saturation: 0.74 and the lightness value of aa88ed is 0.73.

The process color (four color CMYK) of #aa88ed color code is 0.28, 0.43, 0.00, 0.07. Web safe color of #aa88ed is #9999ff. Color #aa88ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 11101101
Octal 252 210 355
Decimal 170 136 237
Hex AA 88 ED

RGB Percentages of Color #aa88ed

%31.31
%25.05
%43.65

CMYK Percentages of Color #aa88ed

%28
%43
%0
%7

Triadic Colors of #aa88ed

#aa88ed #edaa88 #88edaa

Analogous Colors of #aa88ed

#aa88ed #dd88ed #8899ed

Monochromatic Colors of #aa88ed

#aa88ed

Complementary Color

#aa88ed #cbed88

#aa88ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa88ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa88ed Color CSS Codes

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

#aa88ed Text Font Color

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

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


#aa88ed Background Color

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

This div background color is #aa88ed


#aa88ed Border Color

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

This div border color is #aa88ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa88ed


Comments

No comments written yet.

Please login to write comment.