Color Hex Logo

#a36abb Color Hex

#A36ABB
(163,106,187)
0 Favorites   0 Comments

Color spaces of #a36abb

RGB 163106187
HSL0.780.370.57
HSV282°43°73°
CMYK 0.130.430.00   0.27
XYZ29.227921.682549.6584
Yxy21.68250.29060.2156
Hunter Lab46.564530.5543-30.6343
CIE-Lab53.688537.1050-33.7955

#a36abb color RGB value is (163,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101010 10111011
Octal 243 152 273
Decimal 163 106 187
Hex A3 6A BB

RGB Percentages of Color #a36abb

%35.75
%23.25
%41.01

CMYK Percentages of Color #a36abb

%13
%43
%0
%27

Triadic Colors of #a36abb

#a36abb #bba36a #6abba3

Analogous Colors of #a36abb

#a36abb #bb6aab #7b6abb

Monochromatic Colors of #a36abb

#a36abb

Complementary Color

#a36abb #82bb6a

#a36abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36abb Color CSS Codes

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

#a36abb Text Font Color

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

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


#a36abb Background Color

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

This div background color is #a36abb


#a36abb Border Color

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

This div border color is #a36abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36abb


Comments

No comments written yet.

Please login to write comment.