Color Hex Logo

#a668ea Color Hex

#A668EA
(166,104,234)
0 Favorites   0 Comments

Color spaces of #a668ea

RGB 166104234
HSL0.750.760.66
HSV269°56°92°
CMYK 0.290.560.00   0.08
XYZ35.527523.948180.5919
Yxy23.94810.25360.1710
Hunter Lab48.936843.9494-63.3864
CIE-Lab56.035849.6747-56.7150

#a668ea color RGB value is (166,104,234).

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

The process color (four color CMYK) of #a668ea color hex is 0.29, 0.56, 0.00, 0.08. Web safe color of #a668ea is #9966ff. Color #a668ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 11101010
Octal 246 150 352
Decimal 166 104 234
Hex A6 68 EA

RGB Percentages of Color #a668ea

%32.94
%20.63
%46.43

CMYK Percentages of Color #a668ea

%29
%56
%0
%8

Triadic Colors of #a668ea

#a668ea #eaa668 #68eaa6

Analogous Colors of #a668ea

#a668ea #e768ea #686bea

Monochromatic Colors of #a668ea

#a668ea

Complementary Color

#a668ea #acea68

#a668ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a668ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a668ea Color CSS Codes

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

#a668ea Text Font Color

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

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


#a668ea Background Color

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

This div background color is #a668ea


#a668ea Border Color

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

This div border color is #a668ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a668ea


Comments

No comments written yet.

Please login to write comment.