Color Hex Logo

#a366ce Color Hex

#A366CE
(163,102,206)
0 Favorites   0 Comments

Color spaces of #a366ce

RGB 163102206
HSL0.760.510.60
HSV275°50°81°
CMYK 0.210.500.00   0.19
XYZ30.996221.745560.9561
Yxy21.74550.27260.1913
Hunter Lab46.632137.0423-44.8597
CIE-Lab53.755943.4876-44.5660

#a366ce color RGB value is (163,102,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100110 11001110
Octal 243 146 316
Decimal 163 102 206
Hex A3 66 CE

RGB Percentages of Color #a366ce

%34.61
%21.66
%43.74

CMYK Percentages of Color #a366ce

%21
%50
%0
%19

Triadic Colors of #a366ce

#a366ce #cea366 #66cea3

Analogous Colors of #a366ce

#a366ce #ce66c5 #6f66ce

Monochromatic Colors of #a366ce

#a366ce

Complementary Color

#a366ce #91ce66

#a366ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a366ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a366ce Color CSS Codes

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

#a366ce Text Font Color

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

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


#a366ce Background Color

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

This div background color is #a366ce


#a366ce Border Color

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

This div border color is #a366ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,102,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 #a366ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a366ce


Comments

No comments written yet.

Please login to write comment.