Color Hex Logo

#a67eea Color Hex

#A67EEA
(166,126,234)
0 Favorites   0 Comments

Color spaces of #a67eea

RGB 166126234
HSL0.730.720.71
HSV262°46°92°
CMYK 0.290.460.00   0.08
XYZ38.038028.969281.4287
Yxy28.96920.25630.1952
Hunter Lab53.823031.9598-52.0235
CIE-Lab60.754437.6271-49.2034

#a67eea color RGB value is (166,126,234).

#a67eea hex color red value is 166, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a67eea hue: 0.73 , saturation: 0.72 and the lightness value of a67eea is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111110 11101010
Octal 246 176 352
Decimal 166 126 234
Hex A6 7E EA

RGB Percentages of Color #a67eea

%31.56
%23.95
%44.49

CMYK Percentages of Color #a67eea

%29
%46
%0
%8

Triadic Colors of #a67eea

#a67eea #eaa67e #7eeaa6

Analogous Colors of #a67eea

#a67eea #dc7eea #7e8cea

Monochromatic Colors of #a67eea

#a67eea

Complementary Color

#a67eea #c2ea7e

#a67eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67eea Color CSS Codes

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

#a67eea Text Font Color

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

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


#a67eea Background Color

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

This div background color is #a67eea


#a67eea Border Color

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

This div border color is #a67eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67eea


Comments

No comments written yet.

Please login to write comment.