Color Hex Logo

#a37ccd Color Hex

#A37CCD
(163,124,205)
0 Favorites   0 Comments

Color spaces of #a37ccd

RGB 163124205
HSL0.750.450.65
HSV269°40°80°
CMYK 0.200.400.00   0.20
XYZ33.331426.609661.1370
Yxy26.60960.27530.2198
Hunter Lab51.584525.0652-34.1603
CIE-Lab58.611230.9940-36.3577

#a37ccd color RGB value is (163,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111100 11001101
Octal 243 174 315
Decimal 163 124 205
Hex A3 7C CD

RGB Percentages of Color #a37ccd

%33.13
%25.20
%41.67

CMYK Percentages of Color #a37ccd

%20
%40
%0
%20

Triadic Colors of #a37ccd

#a37ccd #cda37c #7ccda3

Analogous Colors of #a37ccd

#a37ccd #cc7ccd #7c7ecd

Monochromatic Colors of #a37ccd

#a37ccd

Complementary Color

#a37ccd #a6cd7c

#a37ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37ccd Color CSS Codes

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

#a37ccd Text Font Color

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

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


#a37ccd Background Color

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

This div background color is #a37ccd


#a37ccd Border Color

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

This div border color is #a37ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37ccd


Comments

No comments written yet.

Please login to write comment.