Color Hex Logo

#a36ffe Color Hex

#A36FFE
(163,111,254)
0 Favorites   0 Comments

Color spaces of #a36ffe

RGB 163111254
HSL0.730.990.72
HSV262°56°100°
CMYK 0.360.560.00   0.00
XYZ38.678126.311296.8059
Yxy26.31120.23910.1626
Hunter Lab51.294444.8310-75.9895
CIE-Lab58.331350.1271-64.1565

#a36ffe color RGB value is (163,111,254).

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

The process color (four color CMYK) of #a36ffe color hex is 0.36, 0.56, 0.00, 0.00. Web safe color of #a36ffe is #9966ff. Color #a36ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101111 11111110
Octal 243 157 376
Decimal 163 111 254
Hex A3 6F FE

RGB Percentages of Color #a36ffe

%30.87
%21.02
%48.11

CMYK Percentages of Color #a36ffe

%36
%56
%0
%0

Triadic Colors of #a36ffe

#a36ffe #fea36f #6ffea3

Analogous Colors of #a36ffe

#a36ffe #eb6ffe #6f83fe

Monochromatic Colors of #a36ffe

#a36ffe

Complementary Color

#a36ffe #cafe6f

#a36ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36ffe Color CSS Codes

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

#a36ffe Text Font Color

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

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


#a36ffe Background Color

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

This div background color is #a36ffe


#a36ffe Border Color

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

This div border color is #a36ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.