Color Hex Logo

#aa34cf Color Hex

#AA34CF
(170,52,207)
0 Favorites   0 Comments

Color spaces of #aa34cf

RGB 17052207
HSL0.790.620.51
HSV286°75°81°
CMYK 0.180.750.00   0.19
XYZ29.068015.507060.4926
Yxy15.50700.27670.1476
Hunter Lab39.378962.8487-63.5141
CIE-Lab46.320968.2452-56.9661

#aa34cf color RGB value is (170,52,207).

#aa34cf hex color red value is 170, green value is 52 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aa34cf hue: 0.79 , saturation: 0.62 and the lightness value of aa34cf is 0.51.

The process color (four color CMYK) of #aa34cf color hex is 0.18, 0.75, 0.00, 0.19. Web safe color of #aa34cf is #9933cc. Color #aa34cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 11001111
Octal 252 64 317
Decimal 170 52 207
Hex AA 34 CF

RGB Percentages of Color #aa34cf

%39.63
%12.12
%48.25

CMYK Percentages of Color #aa34cf

%18
%75
%0
%19

Triadic Colors of #aa34cf

#aa34cf #cfaa34 #34cfaa

Analogous Colors of #aa34cf

#aa34cf #cf34a7 #5d34cf

Monochromatic Colors of #aa34cf

#aa34cf

Complementary Color

#aa34cf #59cf34

#aa34cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa34cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa34cf Color CSS Codes

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

#aa34cf Text Font Color

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

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


#aa34cf Background Color

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

This div background color is #aa34cf


#aa34cf Border Color

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

This div border color is #aa34cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa34cf


Comments

No comments written yet.

Please login to write comment.