Color Hex Logo

#a46ebd Color Hex

#A46EBD
(164,110,189)
0 Favorites   0 Comments

Color spaces of #a46ebd

RGB 164110189
HSL0.780.370.59
HSV281°42°74°
CMYK 0.130.420.00   0.26
XYZ30.071122.718550.9443
Yxy22.71850.28990.2190
Hunter Lab47.663929.2035-30.0058
CIE-Lab54.781235.6098-33.2290

#a46ebd color RGB value is (164,110,189).

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

The process color (four color CMYK) of #a46ebd color hex is 0.13, 0.42, 0.00, 0.26. Web safe color of #a46ebd is #9966cc. Color #a46ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101110 10111101
Octal 244 156 275
Decimal 164 110 189
Hex A4 6E BD

RGB Percentages of Color #a46ebd

%35.42
%23.76
%40.82

CMYK Percentages of Color #a46ebd

%13
%42
%0
%26

Triadic Colors of #a46ebd

#a46ebd #bda46e #6ebda4

Analogous Colors of #a46ebd

#a46ebd #bd6eaf #7d6ebd

Monochromatic Colors of #a46ebd

#a46ebd

Complementary Color

#a46ebd #87bd6e

#a46ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46ebd Color CSS Codes

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

#a46ebd Text Font Color

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

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


#a46ebd Background Color

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

This div background color is #a46ebd


#a46ebd Border Color

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

This div border color is #a46ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46ebd


Comments

No comments written yet.

Please login to write comment.