Color Hex Logo

#aa34bc Color Hex

#AA34BC
(170,52,188)
0 Favorites   0 Comments

Color spaces of #aa34bc

RGB 17052188
HSL0.810.570.47
HSV292°72°74°
CMYK 0.100.720.00   0.26
XYZ26.882714.632948.9845
Yxy14.63290.29700.1617
Hunter Lab38.253058.5001-49.1462
CIE-Lab45.127264.7278-47.8567

#aa34bc color RGB value is (170,52,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 10111100
Octal 252 64 274
Decimal 170 52 188
Hex AA 34 BC

RGB Percentages of Color #aa34bc

%41.46
%12.68
%45.85

CMYK Percentages of Color #aa34bc

%10
%72
%0
%26

Triadic Colors of #aa34bc

#aa34bc #bcaa34 #34bcaa

Analogous Colors of #aa34bc

#aa34bc #bc348a #6634bc

Monochromatic Colors of #aa34bc

#aa34bc

Complementary Color

#aa34bc #46bc34

#aa34bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa34bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa34bc Color CSS Codes

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

#aa34bc Text Font Color

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

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


#aa34bc Background Color

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

This div background color is #aa34bc


#aa34bc Border Color

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

This div border color is #aa34bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa34bc


Comments

No comments written yet.

Please login to write comment.