Color Hex Logo

#a661ec Color Hex

#A661EC
(166,97,236)
0 Favorites   0 Comments

Color spaces of #a661ec

RGB 16697236
HSL0.750.790.65
HSV270°59°93°
CMYK 0.300.590.00   0.07
XYZ35.140922.712581.8887
Yxy22.71250.25150.1625
Hunter Lab47.657648.2182-68.5159
CIE-Lab54.775053.7981-59.8541

#a661ec color RGB value is (166,97,236).

#a661ec hex color red value is 166, green value is 97 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a661ec hue: 0.75 , saturation: 0.79 and the lightness value of a661ec is 0.65.

The process color (four color CMYK) of #a661ec color hex is 0.30, 0.59, 0.00, 0.07. Web safe color of #a661ec is #9966ff. Color #a661ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100001 11101100
Octal 246 141 354
Decimal 166 97 236
Hex A6 61 EC

RGB Percentages of Color #a661ec

%33.27
%19.44
%47.29

CMYK Percentages of Color #a661ec

%30
%59
%0
%7

Triadic Colors of #a661ec

#a661ec #eca661 #61eca6

Analogous Colors of #a661ec

#a661ec #ec61ec #6162ec

Monochromatic Colors of #a661ec

#a661ec

Complementary Color

#a661ec #a7ec61

#a661ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a661ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a661ec Color CSS Codes

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

#a661ec Text Font Color

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

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


#a661ec Background Color

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

This div background color is #a661ec


#a661ec Border Color

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

This div border color is #a661ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,97,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a661ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a661ec;
  -webkit-box-shadow: 1px 1px 3px 2px #a661ec;
  box-shadow:         1px 1px 3px 2px #a661ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,97,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a661ec


Comments

No comments written yet.

Please login to write comment.