Color Hex Logo

#aa265f Color Hex

#AA265F
(170,38,95)
0 Favorites   0 Comments

Color spaces of #aa265f

RGB 1703895
HSL0.930.630.41
HSV334°78°67°
CMYK 0.000.780.44   0.33
XYZ19.336210.758511.8839
Yxy10.75850.46060.2563
Hunter Lab32.800247.82831.4786
CIE-Lab39.170756.2631-0.4572

#aa265f color RGB value is (170,38,95).

#aa265f hex color red value is 170, green value is 38 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aa265f hue: 0.93 , saturation: 0.63 and the lightness value of aa265f is 0.41.

The process color (four color CMYK) of #aa265f color hex is 0.00, 0.78, 0.44, 0.33. Web safe color of #aa265f is #993366. Color #aa265f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100110 01011111
Octal 252 46 137
Decimal 170 38 95
Hex AA 26 5F

RGB Percentages of Color #aa265f

%56.11
%12.54
%31.35

CMYK Percentages of Color #aa265f

%0
%78
%44
%33

Triadic Colors of #aa265f

#aa265f #5faa26 #265faa

Analogous Colors of #aa265f

#aa265f #aa2f26 #aa26a1

Monochromatic Colors of #aa265f

#aa265f

Complementary Color

#aa265f #26aa71

#aa265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa265f Color CSS Codes

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

#aa265f Text Font Color

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

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


#aa265f Background Color

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

This div background color is #aa265f


#aa265f Border Color

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

This div border color is #aa265f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa265f


Comments

No comments written yet.

Please login to write comment.