Color Hex Logo

#aa55cf Color Hex

#AA55CF
(170,85,207)
0 Favorites   0 Comments

Color spaces of #aa55cf

RGB 17085207
HSL0.780.560.57
HSV282°59°81°
CMYK 0.180.590.00   0.19
XYZ31.088519.548061.1661
Yxy19.54800.27810.1748
Hunter Lab44.213148.1395-51.0748
CIE-Lab51.322354.3188-48.9510

#aa55cf color RGB value is (170,85,207).

#aa55cf hex color red value is 170, green value is 85 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aa55cf hue: 0.78 , saturation: 0.56 and the lightness value of aa55cf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010101 11001111
Octal 252 125 317
Decimal 170 85 207
Hex AA 55 CF

RGB Percentages of Color #aa55cf

%36.80
%18.40
%44.81

CMYK Percentages of Color #aa55cf

%18
%59
%0
%19

Triadic Colors of #aa55cf

#aa55cf #cfaa55 #55cfaa

Analogous Colors of #aa55cf

#aa55cf #cf55b7 #6d55cf

Monochromatic Colors of #aa55cf

#aa55cf

Complementary Color

#aa55cf #7acf55

#aa55cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa55cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa55cf Color CSS Codes

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

#aa55cf Text Font Color

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

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


#aa55cf Background Color

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

This div background color is #aa55cf


#aa55cf Border Color

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

This div border color is #aa55cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa55cf


Comments

No comments written yet.

Please login to write comment.