Color Hex Logo

#a37fae Color Hex

#A37FAE
(163,127,174)
0 Favorites   0 Comments

Color spaces of #a37fae

RGB 163127174
HSL0.790.220.59
HSV286°27°68°
CMYK 0.060.270.00   0.32
XYZ30.333626.021343.4683
Yxy26.02130.30390.2607
Hunter Lab51.011116.8752-14.8153
CIE-Lab58.057322.4773-19.5805

#a37fae color RGB value is (163,127,174).

#a37fae hex color red value is 163, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a37fae hue: 0.79 , saturation: 0.22 and the lightness value of a37fae is 0.59.

The process color (four color CMYK) of #a37fae color hex is 0.06, 0.27, 0.00, 0.32. Web safe color of #a37fae is #996699. Color #a37fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111111 10101110
Octal 243 177 256
Decimal 163 127 174
Hex A3 7F AE

RGB Percentages of Color #a37fae

%35.13
%27.37
%37.50

CMYK Percentages of Color #a37fae

%6
%27
%0
%32

Triadic Colors of #a37fae

#a37fae #aea37f #7faea3

Analogous Colors of #a37fae

#a37fae #ae7fa2 #8c7fae

Monochromatic Colors of #a37fae

#a37fae

Complementary Color

#a37fae #8aae7f

#a37fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37fae Color CSS Codes

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

#a37fae Text Font Color

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

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


#a37fae Background Color

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

This div background color is #a37fae


#a37fae Border Color

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

This div border color is #a37fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37fae


Comments

No comments written yet.

Please login to write comment.