Color Hex Logo

#a36ddc Color Hex

#A36DDC
(163,109,220)
0 Favorites   0 Comments

Color spaces of #a36ddc

RGB 163109220
HSL0.750.610.65
HSV269°50°86°
CMYK 0.260.500.00   0.14
XYZ33.491223.891170.5564
Yxy23.89110.26180.1867
Hunter Lab48.878536.7695-51.3705
CIE-Lab55.978642.9041-48.9691

#a36ddc color RGB value is (163,109,220).

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

The process color (four color CMYK) of #a36ddc color hex is 0.26, 0.50, 0.00, 0.14. Web safe color of #a36ddc is #9966cc. Color #a36ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101101 11011100
Octal 243 155 334
Decimal 163 109 220
Hex A3 6D DC

RGB Percentages of Color #a36ddc

%33.13
%22.15
%44.72

CMYK Percentages of Color #a36ddc

%26
%50
%0
%14

Triadic Colors of #a36ddc

#a36ddc #dca36d #6ddca3

Analogous Colors of #a36ddc

#a36ddc #db6ddc #6d6fdc

Monochromatic Colors of #a36ddc

#a36ddc

Complementary Color

#a36ddc #a6dc6d

#a36ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36ddc Color CSS Codes

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

#a36ddc Text Font Color

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

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


#a36ddc Background Color

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

This div background color is #a36ddc


#a36ddc Border Color

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

This div border color is #a36ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36ddc


Comments

No comments written yet.

Please login to write comment.