Color Hex Logo

#a46abb Color Hex

#A46ABB
(164,106,187)
0 Favorites   0 Comments

Color spaces of #a46abb

RGB 164106187
HSL0.790.370.57
HSV283°43°73°
CMYK 0.120.430.00   0.27
XYZ29.433521.788449.6680
Yxy21.78840.29170.2160
Hunter Lab46.678030.8691-30.4132
CIE-Lab53.801837.4063-33.6101

#a46abb color RGB value is (164,106,187).

#a46abb hex color red value is 164, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a46abb hue: 0.79 , saturation: 0.37 and the lightness value of a46abb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101010 10111011
Octal 244 152 273
Decimal 164 106 187
Hex A4 6A BB

RGB Percentages of Color #a46abb

%35.89
%23.19
%40.92

CMYK Percentages of Color #a46abb

%12
%43
%0
%27

Triadic Colors of #a46abb

#a46abb #bba46a #6abba4

Analogous Colors of #a46abb

#a46abb #bb6aaa #7c6abb

Monochromatic Colors of #a46abb

#a46abb

Complementary Color

#a46abb #81bb6a

#a46abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46abb Color CSS Codes

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

#a46abb Text Font Color

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

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


#a46abb Background Color

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

This div background color is #a46abb


#a46abb Border Color

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

This div border color is #a46abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46abb


Comments

No comments written yet.

Please login to write comment.