Color Hex Logo

#a37cae Color Hex

#A37CAE
(163,124,174)
0 Favorites   0 Comments

Color spaces of #a37cae

RGB 163124174
HSL0.800.240.58
HSV287°29°68°
CMYK 0.060.290.00   0.32
XYZ29.951925.257843.3410
Yxy25.25780.30390.2563
Hunter Lab50.257118.4312-15.9508
CIE-Lab57.325724.1912-20.6978

#a37cae color RGB value is (163,124,174).

#a37cae hex color red value is 163, green value is 124 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a37cae hue: 0.80 , saturation: 0.24 and the lightness value of a37cae is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111100 10101110
Octal 243 174 256
Decimal 163 124 174
Hex A3 7C AE

RGB Percentages of Color #a37cae

%35.36
%26.90
%37.74

CMYK Percentages of Color #a37cae

%6
%29
%0
%32

Triadic Colors of #a37cae

#a37cae #aea37c #7caea3

Analogous Colors of #a37cae

#a37cae #ae7ca0 #8a7cae

Monochromatic Colors of #a37cae

#a37cae

Complementary Color

#a37cae #87ae7c

#a37cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37cae Color CSS Codes

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

#a37cae Text Font Color

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

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


#a37cae Background Color

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

This div background color is #a37cae


#a37cae Border Color

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

This div border color is #a37cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37cae


Comments

No comments written yet.

Please login to write comment.