Color Hex Logo

#a65eae Color Hex

#A65EAE
(166,94,174)
0 Favorites   0 Comments

Color spaces of #a65eae

RGB 16694174
HSL0.820.330.53
HSV294°46°68°
CMYK 0.050.460.00   0.32
XYZ27.368619.168442.3018
Yxy19.16840.30810.2158
Hunter Lab43.781734.9649-26.6386
CIE-Lab50.883641.8813-30.6195

#a65eae color RGB value is (166,94,174).

#a65eae hex color red value is 166, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a65eae hue: 0.82 , saturation: 0.33 and the lightness value of a65eae is 0.53.

The process color (four color CMYK) of #a65eae color hex is 0.05, 0.46, 0.00, 0.32. Web safe color of #a65eae is #996699. Color #a65eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011110 10101110
Octal 246 136 256
Decimal 166 94 174
Hex A6 5E AE

RGB Percentages of Color #a65eae

%38.25
%21.66
%40.09

CMYK Percentages of Color #a65eae

%5
%46
%0
%32

Triadic Colors of #a65eae

#a65eae #aea65e #5eaea6

Analogous Colors of #a65eae

#a65eae #ae5e8e #7e5eae

Monochromatic Colors of #a65eae

#a65eae

Complementary Color

#a65eae #66ae5e

#a65eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65eae Color CSS Codes

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

#a65eae Text Font Color

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

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


#a65eae Background Color

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

This div background color is #a65eae


#a65eae Border Color

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

This div border color is #a65eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65eae


Comments

No comments written yet.

Please login to write comment.