Color Hex Logo

#a36bda Color Hex

#A36BDA
(163,107,218)
0 Favorites   0 Comments

Color spaces of #a36bda

RGB 163107218
HSL0.750.600.64
HSV270°51°85°
CMYK 0.250.510.00   0.15
XYZ33.016823.363969.0992
Yxy23.36390.26310.1862
Hunter Lab48.336237.3388-50.9229
CIE-Lab55.445243.5278-48.6890

#a36bda color RGB value is (163,107,218).

#a36bda hex color red value is 163, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a36bda hue: 0.75 , saturation: 0.60 and the lightness value of a36bda is 0.64.

The process color (four color CMYK) of #a36bda color hex is 0.25, 0.51, 0.00, 0.15. Web safe color of #a36bda is #9966cc. Color #a36bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101011 11011010
Octal 243 153 332
Decimal 163 107 218
Hex A3 6B DA

RGB Percentages of Color #a36bda

%33.40
%21.93
%44.67

CMYK Percentages of Color #a36bda

%25
%51
%0
%15

Triadic Colors of #a36bda

#a36bda #daa36b #6bdaa3

Analogous Colors of #a36bda

#a36bda #da6bda #6c6bda

Monochromatic Colors of #a36bda

#a36bda

Complementary Color

#a36bda #a2da6b

#a36bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36bda Color CSS Codes

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

#a36bda Text Font Color

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

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


#a36bda Background Color

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

This div background color is #a36bda


#a36bda Border Color

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

This div border color is #a36bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36bda


Comments

No comments written yet.

Please login to write comment.