Color Hex Logo

#a56cba Color Hex

#A56CBA
(165,108,186)
0 Favorites   0 Comments

Color spaces of #a56cba

RGB 165108186
HSL0.790.360.58
HSV284°42°73°
CMYK 0.110.420.00   0.27
XYZ29.742522.269649.1852
Yxy22.26960.29390.2201
Hunter Lab47.190729.9181-28.7624
CIE-Lab54.311936.3871-32.2301

#a56cba color RGB value is (165,108,186).

#a56cba hex color red value is 165, green value is 108 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a56cba hue: 0.79 , saturation: 0.36 and the lightness value of a56cba is 0.58.

The process color (four color CMYK) of #a56cba color hex is 0.11, 0.42, 0.00, 0.27. Web safe color of #a56cba is #9966cc. Color #a56cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101100 10111010
Octal 245 154 272
Decimal 165 108 186
Hex A5 6C BA

RGB Percentages of Color #a56cba

%35.95
%23.53
%40.52

CMYK Percentages of Color #a56cba

%11
%42
%0
%27

Triadic Colors of #a56cba

#a56cba #baa56c #6cbaa5

Analogous Colors of #a56cba

#a56cba #ba6ca8 #7e6cba

Monochromatic Colors of #a56cba

#a56cba

Complementary Color

#a56cba #81ba6c

#a56cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56cba Color CSS Codes

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

#a56cba Text Font Color

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

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


#a56cba Background Color

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

This div background color is #a56cba


#a56cba Border Color

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

This div border color is #a56cba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,108,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a56cba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a56cba;
  -webkit-box-shadow: 1px 1px 3px 2px #a56cba;
  box-shadow:         1px 1px 3px 2px #a56cba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,108,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56cba


Comments

No comments written yet.

Please login to write comment.