Color Hex Logo

#aa347d Color Hex

#AA347D
(170,52,125)
0 Favorites   0 Comments

Color spaces of #aa347d

RGB 17052125
HSL0.900.530.44
HSV323°69°67°
CMYK 0.000.690.26   0.33
XYZ21.507212.482720.6779
Yxy12.48270.39340.2283
Hunter Lab35.330946.8305-9.9687
CIE-Lab41.973254.8009-15.0058

#aa347d color RGB value is (170,52,125).

#aa347d hex color red value is 170, green value is 52 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aa347d hue: 0.90 , saturation: 0.53 and the lightness value of aa347d is 0.44.

The process color (four color CMYK) of #aa347d color hex is 0.00, 0.69, 0.26, 0.33. Web safe color of #aa347d is #993366. Color #aa347d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 01111101
Octal 252 64 175
Decimal 170 52 125
Hex AA 34 7D

RGB Percentages of Color #aa347d

%48.99
%14.99
%36.02

CMYK Percentages of Color #aa347d

%0
%69
%26
%33

Triadic Colors of #aa347d

#aa347d #7daa34 #347daa

Analogous Colors of #aa347d

#aa347d #aa3442 #9c34aa

Monochromatic Colors of #aa347d

#aa347d

Complementary Color

#aa347d #34aa61

#aa347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa347d Color CSS Codes

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

#aa347d Text Font Color

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

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


#aa347d Background Color

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

This div background color is #aa347d


#aa347d Border Color

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

This div border color is #aa347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa347d


Comments

No comments written yet.

Please login to write comment.