Color Hex Logo

#a37dad Color Hex

#A37DAD
(163,125,173)
0 Favorites   0 Comments

Color spaces of #a37dad

RGB 163125173
HSL0.800.230.58
HSV288°28°68°
CMYK 0.060.280.00   0.32
XYZ29.980725.470942.8714
Yxy25.47090.30490.2591
Hunter Lab50.468717.7169-15.0367
CIE-Lab57.531423.4138-19.8100

#a37dad color RGB value is (163,125,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111101 10101101
Octal 243 175 255
Decimal 163 125 173
Hex A3 7D AD

RGB Percentages of Color #a37dad

%35.36
%27.11
%37.53

CMYK Percentages of Color #a37dad

%6
%28
%0
%32

Triadic Colors of #a37dad

#a37dad #ada37d #7dada3

Analogous Colors of #a37dad

#a37dad #ad7d9f #8b7dad

Monochromatic Colors of #a37dad

#a37dad

Complementary Color

#a37dad #87ad7d

#a37dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37dad Color CSS Codes

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

#a37dad Text Font Color

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

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


#a37dad Background Color

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

This div background color is #a37dad


#a37dad Border Color

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

This div border color is #a37dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37dad


Comments

No comments written yet.

Please login to write comment.