Color Hex Logo

#a793ae Color Hex

#A793AE
(167,147,174)
0 Favorites   0 Comments

Color spaces of #a793ae

RGB 167147174
HSL0.790.140.63
HSV284°16°68°
CMYK 0.040.160.00   0.32
XYZ34.010032.138944.4553
Yxy32.13890.30750.2906
Hunter Lab56.69127.8756-6.8094
CIE-Lab63.457512.4816-11.3760

#a793ae color RGB value is (167,147,174).

#a793ae hex color red value is 167, green value is 147 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a793ae hue: 0.79 , saturation: 0.14 and the lightness value of a793ae is 0.63.

The process color (four color CMYK) of #a793ae color hex is 0.04, 0.16, 0.00, 0.32. Web safe color of #a793ae is #999999. Color #a793ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010011 10101110
Octal 247 223 256
Decimal 167 147 174
Hex A7 93 AE

RGB Percentages of Color #a793ae

%34.22
%30.12
%35.66

CMYK Percentages of Color #a793ae

%4
%16
%0
%32

Triadic Colors of #a793ae

#a793ae #aea793 #93aea7

Analogous Colors of #a793ae

#a793ae #ae93a8 #9a93ae

Monochromatic Colors of #a793ae

#a793ae

Complementary Color

#a793ae #9aae93

#a793ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a793ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a793ae Color CSS Codes

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

#a793ae Text Font Color

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

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


#a793ae Background Color

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

This div background color is #a793ae


#a793ae Border Color

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

This div border color is #a793ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a793ae


Comments

No comments written yet.

Please login to write comment.