Color Hex Logo

#a663ee Color Hex

#A663EE
(166,99,238)
0 Favorites   0 Comments

Color spaces of #a663ee

RGB 16699238
HSL0.750.800.66
HSV269°58°93°
CMYK 0.300.580.00   0.07
XYZ35.620323.203783.4903
Yxy23.20370.25030.1630
Hunter Lab48.170247.6970-69.0443
CIE-Lab55.281553.2391-60.1588

#a663ee color RGB value is (166,99,238).

#a663ee hex color red value is 166, green value is 99 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a663ee hue: 0.75 , saturation: 0.80 and the lightness value of a663ee is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100011 11101110
Octal 246 143 356
Decimal 166 99 238
Hex A6 63 EE

RGB Percentages of Color #a663ee

%33.00
%19.68
%47.32

CMYK Percentages of Color #a663ee

%30
%58
%0
%7

Triadic Colors of #a663ee

#a663ee #eea663 #63eea6

Analogous Colors of #a663ee

#a663ee #ec63ee #6366ee

Monochromatic Colors of #a663ee

#a663ee

Complementary Color

#a663ee #abee63

#a663ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a663ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a663ee Color CSS Codes

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

#a663ee Text Font Color

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

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


#a663ee Background Color

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

This div background color is #a663ee


#a663ee Border Color

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

This div border color is #a663ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a663ee


Comments

No comments written yet.

Please login to write comment.