Color Hex Logo

#a36ccd Color Hex

#A36CCD
(163,108,205)
0 Favorites   0 Comments

Color spaces of #a36ccd

RGB 163108205
HSL0.760.490.61
HSV274°47°80°
CMYK 0.200.470.00   0.20
XYZ31.486322.919460.5220
Yxy22.91940.27400.1994
Hunter Lab47.874233.6175-41.4418
CIE-Lab54.989239.9761-42.0474

#a36ccd color RGB value is (163,108,205).

#a36ccd hex color red value is 163, green value is 108 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a36ccd hue: 0.76 , saturation: 0.49 and the lightness value of a36ccd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101100 11001101
Octal 243 154 315
Decimal 163 108 205
Hex A3 6C CD

RGB Percentages of Color #a36ccd

%34.24
%22.69
%43.07

CMYK Percentages of Color #a36ccd

%20
%47
%0
%20

Triadic Colors of #a36ccd

#a36ccd #cda36c #6ccda3

Analogous Colors of #a36ccd

#a36ccd #cd6cc7 #736ccd

Monochromatic Colors of #a36ccd

#a36ccd

Complementary Color

#a36ccd #96cd6c

#a36ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36ccd Color CSS Codes

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

#a36ccd Text Font Color

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

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


#a36ccd Background Color

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

This div background color is #a36ccd


#a36ccd Border Color

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

This div border color is #a36ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36ccd


Comments

No comments written yet.

Please login to write comment.