Color Hex Logo

#a46cbe Color Hex

#A46CBE
(164,108,190)
0 Favorites   0 Comments

Color spaces of #a46cbe

RGB 164108190
HSL0.780.390.58
HSV281°43°75°
CMYK 0.140.430.00   0.25
XYZ29.966722.335351.4469
Yxy22.33530.28880.2153
Hunter Lab47.260230.4776-31.4602
CIE-Lab54.381036.9402-34.4280

#a46cbe color RGB value is (164,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101100 10111110
Octal 244 154 276
Decimal 164 108 190
Hex A4 6C BE

RGB Percentages of Color #a46cbe

%35.50
%23.38
%41.13

CMYK Percentages of Color #a46cbe

%14
%43
%0
%25

Triadic Colors of #a46cbe

#a46cbe #bea46c #6cbea4

Analogous Colors of #a46cbe

#a46cbe #be6caf #7b6cbe

Monochromatic Colors of #a46cbe

#a46cbe

Complementary Color

#a46cbe #86be6c

#a46cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46cbe Color CSS Codes

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

#a46cbe Text Font Color

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

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


#a46cbe Background Color

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

This div background color is #a46cbe


#a46cbe Border Color

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

This div border color is #a46cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46cbe


Comments

No comments written yet.

Please login to write comment.