Color Hex Logo

#a46cba Color Hex

#A46CBA
(164,108,186)
0 Favorites   0 Comments

Color spaces of #a46cba

RGB 164108186
HSL0.790.360.58
HSV283°42°73°
CMYK 0.120.420.00   0.27
XYZ29.535322.162849.1755
Yxy22.16280.29280.2197
Hunter Lab47.077429.6015-28.9782
CIE-Lab54.199336.0823-32.4141

#a46cba color RGB value is (164,108,186).

#a46cba hex color red value is 164, green value is 108 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a46cba hue: 0.79 , saturation: 0.36 and the lightness value of a46cba is 0.58.

The process color (four color CMYK) of #a46cba color hex is 0.12, 0.42, 0.00, 0.27. Web safe color of #a46cba is #9966cc. Color #a46cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101100 10111010
Octal 244 154 272
Decimal 164 108 186
Hex A4 6C BA

RGB Percentages of Color #a46cba

%35.81
%23.58
%40.61

CMYK Percentages of Color #a46cba

%12
%42
%0
%27

Triadic Colors of #a46cba

#a46cba #baa46c #6cbaa4

Analogous Colors of #a46cba

#a46cba #ba6ca9 #7d6cba

Monochromatic Colors of #a46cba

#a46cba

Complementary Color

#a46cba #82ba6c

#a46cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46cba Color CSS Codes

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

#a46cba Text Font Color

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

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


#a46cba Background Color

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

This div background color is #a46cba


#a46cba Border Color

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

This div border color is #a46cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46cba


Comments

No comments written yet.

Please login to write comment.