Color Hex Logo

#a36edb Color Hex

#A36EDB
(163,110,219)
0 Favorites   0 Comments

Color spaces of #a36edb

RGB 163110219
HSL0.750.600.65
HSV269°50°86°
CMYK 0.260.500.00   0.14
XYZ33.466424.052969.8966
Yxy24.05290.26270.1888
Hunter Lab49.043835.9780-50.1688
CIE-Lab56.140742.1181-48.1484

#a36edb color RGB value is (163,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101110 11011011
Octal 243 156 333
Decimal 163 110 219
Hex A3 6E DB

RGB Percentages of Color #a36edb

%33.13
%22.36
%44.51

CMYK Percentages of Color #a36edb

%26
%50
%0
%14

Triadic Colors of #a36edb

#a36edb #dba36e #6edba3

Analogous Colors of #a36edb

#a36edb #da6edb #6e70db

Monochromatic Colors of #a36edb

#a36edb

Complementary Color

#a36edb #a6db6e

#a36edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36edb Color CSS Codes

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

#a36edb Text Font Color

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

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


#a36edb Background Color

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

This div background color is #a36edb


#a36edb Border Color

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

This div border color is #a36edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36edb


Comments

No comments written yet.

Please login to write comment.