Color Hex Logo

#a37dcd Color Hex

#A37DCD
(163,125,205)
0 Favorites   0 Comments

Color spaces of #a37dcd

RGB 163125205
HSL0.750.440.65
HSV269°39°80°
CMYK 0.200.390.00   0.20
XYZ33.457326.861561.1790
Yxy26.86150.27540.2211
Hunter Lab51.828124.5304-33.7076
CIE-Lab58.845930.4258-35.9908

#a37dcd color RGB value is (163,125,205).

#a37dcd hex color red value is 163, green value is 125 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a37dcd hue: 0.75 , saturation: 0.44 and the lightness value of a37dcd is 0.65.

The process color (four color CMYK) of #a37dcd color hex is 0.20, 0.39, 0.00, 0.20. Web safe color of #a37dcd is #9966cc. Color #a37dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111101 11001101
Octal 243 175 315
Decimal 163 125 205
Hex A3 7D CD

RGB Percentages of Color #a37dcd

%33.06
%25.35
%41.58

CMYK Percentages of Color #a37dcd

%20
%39
%0
%20

Triadic Colors of #a37dcd

#a37dcd #cda37d #7dcda3

Analogous Colors of #a37dcd

#a37dcd #cb7dcd #7d7fcd

Monochromatic Colors of #a37dcd

#a37dcd

Complementary Color

#a37dcd #a7cd7d

#a37dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37dcd Color CSS Codes

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

#a37dcd Text Font Color

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

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


#a37dcd Background Color

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

This div background color is #a37dcd


#a37dcd Border Color

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

This div border color is #a37dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37dcd


Comments

No comments written yet.

Please login to write comment.