Color Hex Logo

#aa4cde Color Hex

#AA4CDE
(170,76,222)
0 Favorites   0 Comments

Color spaces of #aa4cde

RGB 17076222
HSL0.770.690.58
HSV279°66°87°
CMYK 0.230.660.00   0.13
XYZ32.346818.988971.0676
Yxy18.98890.26430.1551
Hunter Lab43.576356.2427-66.1914
CIE-Lab50.674261.6986-58.5316

#aa4cde color RGB value is (170,76,222).

#aa4cde hex color red value is 170, green value is 76 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aa4cde hue: 0.77 , saturation: 0.69 and the lightness value of aa4cde is 0.58.

The process color (four color CMYK) of #aa4cde color hex is 0.23, 0.66, 0.00, 0.13. Web safe color of #aa4cde is #9933cc. Color #aa4cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001100 11011110
Octal 252 114 336
Decimal 170 76 222
Hex AA 4C DE

RGB Percentages of Color #aa4cde

%36.32
%16.24
%47.44

CMYK Percentages of Color #aa4cde

%23
%66
%0
%13

Triadic Colors of #aa4cde

#aa4cde #deaa4c #4cdeaa

Analogous Colors of #aa4cde

#aa4cde #de4cc9 #614cde

Monochromatic Colors of #aa4cde

#aa4cde

Complementary Color

#aa4cde #80de4c

#aa4cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4cde Color CSS Codes

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

#aa4cde Text Font Color

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

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


#aa4cde Background Color

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

This div background color is #aa4cde


#aa4cde Border Color

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

This div border color is #aa4cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4cde


Comments

No comments written yet.

Please login to write comment.