Color Hex Logo

#a661ce Color Hex

#A661CE
(166,97,206)
0 Favorites   0 Comments

Color spaces of #a661ce

RGB 16697206
HSL0.770.530.59
HSV278°53°81°
CMYK 0.190.530.00   0.19
XYZ31.141221.112660.8263
Yxy21.11260.27540.1867
Hunter Lab45.948440.5672-46.3239
CIE-Lab53.072546.9692-45.6272

#a661ce color RGB value is (166,97,206).

#a661ce hex color red value is 166, green value is 97 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a661ce hue: 0.77 , saturation: 0.53 and the lightness value of a661ce is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100001 11001110
Octal 246 141 316
Decimal 166 97 206
Hex A6 61 CE

RGB Percentages of Color #a661ce

%35.39
%20.68
%43.92

CMYK Percentages of Color #a661ce

%19
%53
%0
%19

Triadic Colors of #a661ce

#a661ce #cea661 #61cea6

Analogous Colors of #a661ce

#a661ce #ce61c0 #7061ce

Monochromatic Colors of #a661ce

#a661ce

Complementary Color

#a661ce #89ce61

#a661ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a661ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a661ce Color CSS Codes

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

#a661ce Text Font Color

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

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


#a661ce Background Color

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

This div background color is #a661ce


#a661ce Border Color

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

This div border color is #a661ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a661ce


Comments

No comments written yet.

Please login to write comment.