Color Hex Logo

#aa67de Color Hex

#AA67DE
(170,103,222)
0 Favorites   0 Comments

Color spaces of #aa67de

RGB 170103222
HSL0.760.640.64
HSV274°54°87°
CMYK 0.230.540.00   0.13
XYZ34.612623.520571.8229
Yxy23.52050.26630.1810
Hunter Lab48.497942.5227-53.8568
CIE-Lab55.604548.4151-50.6435

#aa67de color RGB value is (170,103,222).

#aa67de hex color red value is 170, green value is 103 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aa67de hue: 0.76 , saturation: 0.64 and the lightness value of aa67de is 0.64.

The process color (four color CMYK) of #aa67de color hex is 0.23, 0.54, 0.00, 0.13. Web safe color of #aa67de is #9966cc. Color #aa67de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 11011110
Octal 252 147 336
Decimal 170 103 222
Hex AA 67 DE

RGB Percentages of Color #aa67de

%34.34
%20.81
%44.85

CMYK Percentages of Color #aa67de

%23
%54
%0
%13

Triadic Colors of #aa67de

#aa67de #deaa67 #67deaa

Analogous Colors of #aa67de

#aa67de #de67d7 #6f67de

Monochromatic Colors of #aa67de

#aa67de

Complementary Color

#aa67de #9bde67

#aa67de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa67de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa67de Color CSS Codes

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

#aa67de Text Font Color

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

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


#aa67de Background Color

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

This div background color is #aa67de


#aa67de Border Color

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

This div border color is #aa67de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa67de


Comments

No comments written yet.

Please login to write comment.