Color Hex Logo

#a662ed Color Hex

#A662ED
(166,98,237)
0 Favorites   0 Comments

Color spaces of #a662ed

RGB 16698237
HSL0.750.790.66
HSV269°59°93°
CMYK 0.300.590.00   0.07
XYZ35.379622.956882.6872
Yxy22.95680.25090.1628
Hunter Lab47.913347.9579-68.7816
CIE-Lab55.027853.5189-60.0074

#a662ed color RGB value is (166,98,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 11101101
Octal 246 142 355
Decimal 166 98 237
Hex A6 62 ED

RGB Percentages of Color #a662ed

%33.13
%19.56
%47.31

CMYK Percentages of Color #a662ed

%30
%59
%0
%7

Triadic Colors of #a662ed

#a662ed #eda662 #62eda6

Analogous Colors of #a662ed

#a662ed #ec62ed #6264ed

Monochromatic Colors of #a662ed

#a662ed

Complementary Color

#a662ed #a9ed62

#a662ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a662ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a662ed Color CSS Codes

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

#a662ed Text Font Color

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

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


#a662ed Background Color

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

This div background color is #a662ed


#a662ed Border Color

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

This div border color is #a662ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a662ed


Comments

No comments written yet.

Please login to write comment.