Color Hex Logo

#aa26bc Color Hex

#AA26BC
(170,38,188)
0 Favorites   0 Comments

Color spaces of #aa26bc

RGB 17038188
HSL0.810.660.44
HSV293°80°74°
CMYK 0.100.800.00   0.26
XYZ26.347813.563148.8062
Yxy13.56310.29700.1529
Hunter Lab36.828163.2544-52.7940
CIE-Lab43.599769.1204-50.3042

#aa26bc color RGB value is (170,38,188).

#aa26bc hex color red value is 170, green value is 38 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aa26bc hue: 0.81 , saturation: 0.66 and the lightness value of aa26bc is 0.44.

The process color (four color CMYK) of #aa26bc color hex is 0.10, 0.80, 0.00, 0.26. Web safe color of #aa26bc is #9933cc. Color #aa26bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100110 10111100
Octal 252 46 274
Decimal 170 38 188
Hex AA 26 BC

RGB Percentages of Color #aa26bc

%42.93
%9.60
%47.47

CMYK Percentages of Color #aa26bc

%10
%80
%0
%26

Triadic Colors of #aa26bc

#aa26bc #bcaa26 #26bcaa

Analogous Colors of #aa26bc

#aa26bc #bc2683 #5f26bc

Monochromatic Colors of #aa26bc

#aa26bc

Complementary Color

#aa26bc #38bc26

#aa26bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa26bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa26bc Color CSS Codes

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

#aa26bc Text Font Color

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

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


#aa26bc Background Color

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

This div background color is #aa26bc


#aa26bc Border Color

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

This div border color is #aa26bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa26bc


Comments

No comments written yet.

Please login to write comment.