Color Hex Logo

#a36ece Color Hex

#A36ECE
(163,110,206)
0 Favorites   0 Comments

Color spaces of #a36ece

RGB 163110206
HSL0.760.490.62
HSV273°47°81°
CMYK 0.210.470.00   0.19
XYZ31.820823.394661.2310
Yxy23.39460.27330.2009
Hunter Lab48.368032.7894-41.2001
CIE-Lab55.476539.0967-41.8469

#a36ece color RGB value is (163,110,206).

#a36ece hex color red value is 163, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a36ece hue: 0.76 , saturation: 0.49 and the lightness value of a36ece is 0.62.

The process color (four color CMYK) of #a36ece color hex is 0.21, 0.47, 0.00, 0.19. Web safe color of #a36ece is #9966cc. Color #a36ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101110 11001110
Octal 243 156 316
Decimal 163 110 206
Hex A3 6E CE

RGB Percentages of Color #a36ece

%34.03
%22.96
%43.01

CMYK Percentages of Color #a36ece

%21
%47
%0
%19

Triadic Colors of #a36ece

#a36ece #cea36e #6ecea3

Analogous Colors of #a36ece

#a36ece #ce6ec9 #736ece

Monochromatic Colors of #a36ece

#a36ece

Complementary Color

#a36ece #99ce6e

#a36ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36ece Color CSS Codes

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

#a36ece Text Font Color

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

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


#a36ece Background Color

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

This div background color is #a36ece


#a36ece Border Color

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

This div border color is #a36ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36ece


Comments

No comments written yet.

Please login to write comment.