Color Hex Logo

#a37bae Color Hex

#A37BAE
(163,123,174)
0 Favorites   0 Comments

Color spaces of #a37bae

RGB 163123174
HSL0.800.240.58
HSV287°29°68°
CMYK 0.060.290.00   0.32
XYZ29.827225.008443.2994
Yxy25.00840.30390.2548
Hunter Lab50.008418.9505-16.3299
CIE-Lab57.083624.7620-21.0682

#a37bae color RGB value is (163,123,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111011 10101110
Octal 243 173 256
Decimal 163 123 174
Hex A3 7B AE

RGB Percentages of Color #a37bae

%35.43
%26.74
%37.83

CMYK Percentages of Color #a37bae

%6
%29
%0
%32

Triadic Colors of #a37bae

#a37bae #aea37b #7baea3

Analogous Colors of #a37bae

#a37bae #ae7ba0 #8a7bae

Monochromatic Colors of #a37bae

#a37bae

Complementary Color

#a37bae #86ae7b

#a37bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37bae Color CSS Codes

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

#a37bae Text Font Color

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

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


#a37bae Background Color

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

This div background color is #a37bae


#a37bae Border Color

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

This div border color is #a37bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37bae


Comments

No comments written yet.

Please login to write comment.