Color Hex Logo

#a36ddb Color Hex

#A36DDB
(163,109,219)
0 Favorites   0 Comments

Color spaces of #a36ddb

RGB 163109219
HSL0.750.600.64
HSV269°50°86°
CMYK 0.260.500.00   0.14
XYZ33.359123.838369.8609
Yxy23.83830.26250.1876
Hunter Lab48.824536.5165-50.6584
CIE-Lab55.925542.6679-48.4900

#a36ddb color RGB value is (163,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101101 11011011
Octal 243 155 333
Decimal 163 109 219
Hex A3 6D DB

RGB Percentages of Color #a36ddb

%33.20
%22.20
%44.60

CMYK Percentages of Color #a36ddb

%26
%50
%0
%14

Triadic Colors of #a36ddb

#a36ddb #dba36d #6ddba3

Analogous Colors of #a36ddb

#a36ddb #da6ddb #6d6edb

Monochromatic Colors of #a36ddb

#a36ddb

Complementary Color

#a36ddb #a5db6d

#a36ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36ddb Color CSS Codes

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

#a36ddb Text Font Color

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

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


#a36ddb Background Color

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

This div background color is #a36ddb


#a36ddb Border Color

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

This div border color is #a36ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36ddb


Comments

No comments written yet.

Please login to write comment.