Color Hex Logo

#a072ae Color Hex

#A072AE
(160,114,174)
0 Favorites   0 Comments

Color spaces of #a072ae

RGB 160114174
HSL0.790.270.56
HSV286°34°68°
CMYK 0.080.340.00   0.32
XYZ28.154522.564242.9158
Yxy22.56420.30070.2410
Hunter Lab47.501822.6695-20.3147
CIE-Lab54.620628.9044-24.8792

#a072ae color RGB value is (160,114,174).

#a072ae hex color red value is 160, green value is 114 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a072ae hue: 0.79 , saturation: 0.27 and the lightness value of a072ae is 0.56.

The process color (four color CMYK) of #a072ae color hex is 0.08, 0.34, 0.00, 0.32. Web safe color of #a072ae is #996699. Color #a072ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110010 10101110
Octal 240 162 256
Decimal 160 114 174
Hex A0 72 AE

RGB Percentages of Color #a072ae

%35.71
%25.45
%38.84

CMYK Percentages of Color #a072ae

%8
%34
%0
%32

Triadic Colors of #a072ae

#a072ae #aea072 #72aea0

Analogous Colors of #a072ae

#a072ae #ae729e #8272ae

Monochromatic Colors of #a072ae

#a072ae

Complementary Color

#a072ae #80ae72

#a072ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a072ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a072ae Color CSS Codes

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

#a072ae Text Font Color

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

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


#a072ae Background Color

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

This div background color is #a072ae


#a072ae Border Color

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

This div border color is #a072ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,114,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a072ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a072ae;
  -webkit-box-shadow: 1px 1px 3px 2px #a072ae;
  box-shadow:         1px 1px 3px 2px #a072ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,114,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a072ae


Comments

No comments written yet.

Please login to write comment.