Color Hex Logo

#a36feb Color Hex

#A36FEB
(163,111,235)
0 Favorites   0 Comments

Color spaces of #a36feb

RGB 163111235
HSL0.740.760.68
HSV265°53°92°
CMYK 0.310.530.00   0.08
XYZ35.784125.153681.5664
Yxy25.15360.25110.1765
Hunter Lab50.153439.5902-61.3183
CIE-Lab57.224845.4148-55.3913

#a36feb color RGB value is (163,111,235).

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

The process color (four color CMYK) of #a36feb color hex is 0.31, 0.53, 0.00, 0.08. Web safe color of #a36feb is #9966ff. Color #a36feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101111 11101011
Octal 243 157 353
Decimal 163 111 235
Hex A3 6F EB

RGB Percentages of Color #a36feb

%32.02
%21.81
%46.17

CMYK Percentages of Color #a36feb

%31
%53
%0
%8

Triadic Colors of #a36feb

#a36feb #eba36f #6feba3

Analogous Colors of #a36feb

#a36feb #e16feb #6f79eb

Monochromatic Colors of #a36feb

#a36feb

Complementary Color

#a36feb #b7eb6f

#a36feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36feb Color CSS Codes

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

#a36feb Text Font Color

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

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


#a36feb Background Color

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

This div background color is #a36feb


#a36feb Border Color

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

This div border color is #a36feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36feb


Comments

No comments written yet.

Please login to write comment.