Color Hex Logo

#a46bbd Color Hex

#A46BBD
(164,107,189)
0 Favorites   0 Comments

Color spaces of #a46bbd

RGB 164107189
HSL0.780.380.58
HSV282°43°74°
CMYK 0.130.430.00   0.26
XYZ29.752822.082050.8382
Yxy22.08200.28980.2151
Hunter Lab46.991530.7827-31.2494
CIE-Lab54.113937.2797-34.2717

#a46bbd color RGB value is (164,107,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101011 10111101
Octal 244 153 275
Decimal 164 107 189
Hex A4 6B BD

RGB Percentages of Color #a46bbd

%35.65
%23.26
%41.09

CMYK Percentages of Color #a46bbd

%13
%43
%0
%26

Triadic Colors of #a46bbd

#a46bbd #bda46b #6bbda4

Analogous Colors of #a46bbd

#a46bbd #bd6bad #7b6bbd

Monochromatic Colors of #a46bbd

#a46bbd

Complementary Color

#a46bbd #84bd6b

#a46bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46bbd Color CSS Codes

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

#a46bbd Text Font Color

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

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


#a46bbd Background Color

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

This div background color is #a46bbd


#a46bbd Border Color

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

This div border color is #a46bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46bbd


Comments

No comments written yet.

Please login to write comment.