Color Hex Logo

#a37caf Color Hex

#A37CAF
(163,124,175)
0 Favorites   0 Comments

Color spaces of #a37caf

RGB 163124175
HSL0.790.240.59
HSV286°29°69°
CMYK 0.070.290.00   0.31
XYZ30.049825.297043.8564
Yxy25.29700.30290.2550
Hunter Lab50.296118.6280-16.4914
CIE-Lab57.363724.3980-21.2134

#a37caf color RGB value is (163,124,175).

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

The process color (four color CMYK) of #a37caf color hex is 0.07, 0.29, 0.00, 0.31. Web safe color of #a37caf is #996699. Color #a37caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111100 10101111
Octal 243 174 257
Decimal 163 124 175
Hex A3 7C AF

RGB Percentages of Color #a37caf

%35.28
%26.84
%37.88

CMYK Percentages of Color #a37caf

%7
%29
%0
%31

Triadic Colors of #a37caf

#a37caf #afa37c #7cafa3

Analogous Colors of #a37caf

#a37caf #af7ca2 #8a7caf

Monochromatic Colors of #a37caf

#a37caf

Complementary Color

#a37caf #88af7c

#a37caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37caf Color CSS Codes

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

#a37caf Text Font Color

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

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


#a37caf Background Color

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

This div background color is #a37caf


#a37caf Border Color

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

This div border color is #a37caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,124,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a37caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37caf


Comments

No comments written yet.

Please login to write comment.