Color Hex Logo

#a770ae Color Hex

#A770AE
(167,112,174)
0 Favorites   0 Comments

Color spaces of #a770ae

RGB 167112174
HSL0.810.280.56
HSV293°36°68°
CMYK 0.040.360.00   0.32
XYZ29.370522.859842.9088
Yxy22.85980.30870.2403
Hunter Lab47.811925.9803-19.7415
CIE-Lab54.927632.3119-24.3419

#a770ae color RGB value is (167,112,174).

#a770ae hex color red value is 167, green value is 112 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a770ae hue: 0.81 , saturation: 0.28 and the lightness value of a770ae is 0.56.

The process color (four color CMYK) of #a770ae color hex is 0.04, 0.36, 0.00, 0.32. Web safe color of #a770ae is #996699. Color #a770ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110000 10101110
Octal 247 160 256
Decimal 167 112 174
Hex A7 70 AE

RGB Percentages of Color #a770ae

%36.87
%24.72
%38.41

CMYK Percentages of Color #a770ae

%4
%36
%0
%32

Triadic Colors of #a770ae

#a770ae #aea770 #70aea7

Analogous Colors of #a770ae

#a770ae #ae7096 #8870ae

Monochromatic Colors of #a770ae

#a770ae

Complementary Color

#a770ae #77ae70

#a770ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a770ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a770ae Color CSS Codes

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

#a770ae Text Font Color

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

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


#a770ae Background Color

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

This div background color is #a770ae


#a770ae Border Color

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

This div border color is #a770ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a770ae


Comments

No comments written yet.

Please login to write comment.