Color Hex Logo

#aa67cf Color Hex

#AA67CF
(170,103,207)
0 Favorites   0 Comments

Color spaces of #aa67cf

RGB 170103207
HSL0.770.520.61
HSV279°50°81°
CMYK 0.180.500.00   0.19
XYZ32.690322.751561.7000
Yxy22.75150.27910.1942
Hunter Lab47.698538.8630-43.3051
CIE-Lab54.815445.0799-43.4071

#aa67cf color RGB value is (170,103,207).

#aa67cf hex color red value is 170, green value is 103 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aa67cf hue: 0.77 , saturation: 0.52 and the lightness value of aa67cf is 0.61.

The process color (four color CMYK) of #aa67cf color hex is 0.18, 0.50, 0.00, 0.19. Web safe color of #aa67cf is #9966cc. Color #aa67cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 11001111
Octal 252 147 317
Decimal 170 103 207
Hex AA 67 CF

RGB Percentages of Color #aa67cf

%35.42
%21.46
%43.13

CMYK Percentages of Color #aa67cf

%18
%50
%0
%19

Triadic Colors of #aa67cf

#aa67cf #cfaa67 #67cfaa

Analogous Colors of #aa67cf

#aa67cf #cf67c0 #7667cf

Monochromatic Colors of #aa67cf

#aa67cf

Complementary Color

#aa67cf #8ccf67

#aa67cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa67cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa67cf Color CSS Codes

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

#aa67cf Text Font Color

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

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


#aa67cf Background Color

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

This div background color is #aa67cf


#aa67cf Border Color

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

This div border color is #aa67cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa67cf


Comments

No comments written yet.

Please login to write comment.