Color Hex Logo

#aa3467 Color Hex

#AA3467
(170,52,103)
0 Favorites   0 Comments

Color spaces of #aa3467

RGB 17052103
HSL0.930.530.44
HSV334°69°67°
CMYK 0.000.690.39   0.33
XYZ20.253711.981314.0771
Yxy11.98130.43730.2587
Hunter Lab34.614043.87120.1173
CIE-Lab41.186452.1543-2.5330

#aa3467 color RGB value is (170,52,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 01100111
Octal 252 64 147
Decimal 170 52 103
Hex AA 34 67

RGB Percentages of Color #aa3467

%52.31
%16.00
%31.69

CMYK Percentages of Color #aa3467

%0
%69
%39
%33

Triadic Colors of #aa3467

#aa3467 #67aa34 #3467aa

Analogous Colors of #aa3467

#aa3467 #aa3c34 #aa34a2

Monochromatic Colors of #aa3467

#aa3467

Complementary Color

#aa3467 #34aa77

#aa3467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3467 Color CSS Codes

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

#aa3467 Text Font Color

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

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


#aa3467 Background Color

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

This div background color is #aa3467


#aa3467 Border Color

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

This div border color is #aa3467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3467


Comments

No comments written yet.

Please login to write comment.