Color Hex Logo

#a46ebe Color Hex

#A46EBE
(164,110,190)
0 Favorites   0 Comments

Color spaces of #a46ebe

RGB 164110190
HSL0.780.380.59
HSV281°42°75°
CMYK 0.140.420.00   0.25
XYZ30.180022.762151.5181
Yxy22.76210.28890.2179
Hunter Lab47.709629.4230-30.6261
CIE-Lab54.826435.8256-33.7318

#a46ebe color RGB value is (164,110,190).

#a46ebe hex color red value is 164, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a46ebe hue: 0.78 , saturation: 0.38 and the lightness value of a46ebe is 0.59.

The process color (four color CMYK) of #a46ebe color hex is 0.14, 0.42, 0.00, 0.25. Web safe color of #a46ebe is #9966cc. Color #a46ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101110 10111110
Octal 244 156 276
Decimal 164 110 190
Hex A4 6E BE

RGB Percentages of Color #a46ebe

%35.34
%23.71
%40.95

CMYK Percentages of Color #a46ebe

%14
%42
%0
%25

Triadic Colors of #a46ebe

#a46ebe #bea46e #6ebea4

Analogous Colors of #a46ebe

#a46ebe #be6eb0 #7c6ebe

Monochromatic Colors of #a46ebe

#a46ebe

Complementary Color

#a46ebe #88be6e

#a46ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46ebe Color CSS Codes

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

#a46ebe Text Font Color

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

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


#a46ebe Background Color

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

This div background color is #a46ebe


#a46ebe Border Color

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

This div border color is #a46ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,110,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a46ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a46ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #a46ebe;
  box-shadow:         1px 1px 3px 2px #a46ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,110,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46ebe


Comments

No comments written yet.

Please login to write comment.