Color Hex Logo

#a36fef Color Hex

#A36FEF
(163,111,239)
0 Favorites   0 Comments

Color spaces of #a36fef

RGB 163111239
HSL0.730.800.69
HSV264°54°94°
CMYK 0.320.540.00   0.06
XYZ36.368725.387484.6448
Yxy25.38740.24840.1734
Hunter Lab50.385940.6665-64.3329
CIE-Lab57.450946.3954-57.2583

#a36fef color RGB value is (163,111,239).

#a36fef hex color red value is 163, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a36fef hue: 0.73 , saturation: 0.80 and the lightness value of a36fef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101111 11101111
Octal 243 157 357
Decimal 163 111 239
Hex A3 6F EF

RGB Percentages of Color #a36fef

%31.77
%21.64
%46.59

CMYK Percentages of Color #a36fef

%32
%54
%0
%6

Triadic Colors of #a36fef

#a36fef #efa36f #6fefa3

Analogous Colors of #a36fef

#a36fef #e36fef #6f7bef

Monochromatic Colors of #a36fef

#a36fef

Complementary Color

#a36fef #bbef6f

#a36fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36fef Color CSS Codes

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

#a36fef Text Font Color

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

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


#a36fef Background Color

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

This div background color is #a36fef


#a36fef Border Color

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

This div border color is #a36fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36fef


Comments

No comments written yet.

Please login to write comment.