Color Hex Logo

#a36bad Color Hex

#A36BAD
(163,107,173)
0 Favorites   0 Comments

Color spaces of #a36bad

RGB 163107173
HSL0.810.290.55
HSV291°38°68°
CMYK 0.060.380.00   0.32
XYZ27.904821.319142.1794
Yxy21.31910.30530.2332
Hunter Lab46.172627.0759-21.8415
CIE-Lab53.297033.6213-26.3177

#a36bad color RGB value is (163,107,173).

#a36bad hex color red value is 163, green value is 107 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a36bad hue: 0.81 , saturation: 0.29 and the lightness value of a36bad is 0.55.

The process color (four color CMYK) of #a36bad color hex is 0.06, 0.38, 0.00, 0.32. Web safe color of #a36bad is #996699. Color #a36bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101011 10101101
Octal 243 153 255
Decimal 163 107 173
Hex A3 6B AD

RGB Percentages of Color #a36bad

%36.79
%24.15
%39.05

CMYK Percentages of Color #a36bad

%6
%38
%0
%32

Triadic Colors of #a36bad

#a36bad #ada36b #6bada3

Analogous Colors of #a36bad

#a36bad #ad6b96 #826bad

Monochromatic Colors of #a36bad

#a36bad

Complementary Color

#a36bad #75ad6b

#a36bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36bad Color CSS Codes

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

#a36bad Text Font Color

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

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


#a36bad Background Color

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

This div background color is #a36bad


#a36bad Border Color

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

This div border color is #a36bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,107,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36bad


Comments

No comments written yet.

Please login to write comment.