Color Hex Logo

#a37ccc Color Hex

#A37CCC
(163,124,204)
0 Favorites   0 Comments

Color spaces of #a37ccc

RGB 163124204
HSL0.750.440.64
HSV269°39°80°
CMYK 0.200.390.00   0.20
XYZ33.211026.561560.5032
Yxy26.56150.27610.2208
Hunter Lab51.537924.8342-33.5274
CIE-Lab58.566230.7629-35.8631

#a37ccc color RGB value is (163,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111100 11001100
Octal 243 174 314
Decimal 163 124 204
Hex A3 7C CC

RGB Percentages of Color #a37ccc

%33.20
%25.25
%41.55

CMYK Percentages of Color #a37ccc

%20
%39
%0
%20

Triadic Colors of #a37ccc

#a37ccc #cca37c #7ccca3

Analogous Colors of #a37ccc

#a37ccc #cb7ccc #7c7dcc

Monochromatic Colors of #a37ccc

#a37ccc

Complementary Color

#a37ccc #a5cc7c

#a37ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37ccc Color CSS Codes

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

#a37ccc Text Font Color

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

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


#a37ccc Background Color

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

This div background color is #a37ccc


#a37ccc Border Color

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

This div border color is #a37ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37ccc


Comments

No comments written yet.

Please login to write comment.