Color Hex Logo

#a36dee Color Hex

#A36DEE
(163,109,238)
0 Favorites   0 Comments

Color spaces of #a36dee

RGB 163109238
HSL0.740.790.68
HSV265°54°93°
CMYK 0.320.540.00   0.07
XYZ36.005524.896983.7968
Yxy24.89690.24880.1721
Hunter Lab49.896841.4861-64.6440
CIE-Lab56.974847.2352-57.4630

#a36dee color RGB value is (163,109,238).

#a36dee hex color red value is 163, green value is 109 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a36dee hue: 0.74 , saturation: 0.79 and the lightness value of a36dee is 0.68.

The process color (four color CMYK) of #a36dee color hex is 0.32, 0.54, 0.00, 0.07. Web safe color of #a36dee is #9966ff. Color #a36dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101101 11101110
Octal 243 155 356
Decimal 163 109 238
Hex A3 6D EE

RGB Percentages of Color #a36dee

%31.96
%21.37
%46.67

CMYK Percentages of Color #a36dee

%32
%54
%0
%7

Triadic Colors of #a36dee

#a36dee #eea36d #6deea3

Analogous Colors of #a36dee

#a36dee #e46dee #6d78ee

Monochromatic Colors of #a36dee

#a36dee

Complementary Color

#a36dee #b8ee6d

#a36dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36dee Color CSS Codes

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

#a36dee Text Font Color

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

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


#a36dee Background Color

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

This div background color is #a36dee


#a36dee Border Color

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

This div border color is #a36dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36dee


Comments

No comments written yet.

Please login to write comment.