Color Hex Logo

#a266ce Color Hex

#A266CE
(162,102,206)
0 Favorites   0 Comments

Color spaces of #a266ce

RGB 162102206
HSL0.760.510.60
HSV275°50°81°
CMYK 0.210.500.00   0.19
XYZ30.792221.640460.9466
Yxy21.64040.27160.1909
Hunter Lab46.519236.7447-45.1146
CIE-Lab53.643443.2161-44.7515

#a266ce color RGB value is (162,102,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100110 11001110
Octal 242 146 316
Decimal 162 102 206
Hex A2 66 CE

RGB Percentages of Color #a266ce

%34.47
%21.70
%43.83

CMYK Percentages of Color #a266ce

%21
%50
%0
%19

Triadic Colors of #a266ce

#a266ce #cea266 #66cea2

Analogous Colors of #a266ce

#a266ce #ce66c6 #6e66ce

Monochromatic Colors of #a266ce

#a266ce

Complementary Color

#a266ce #92ce66

#a266ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a266ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a266ce Color CSS Codes

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

#a266ce Text Font Color

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

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


#a266ce Background Color

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

This div background color is #a266ce


#a266ce Border Color

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

This div border color is #a266ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a266ce


Comments

No comments written yet.

Please login to write comment.