Color Hex Logo

#a56cbb Color Hex

#A56CBB
(165,108,187)
0 Favorites   0 Comments

Color spaces of #a56cbb

RGB 165108187
HSL0.790.370.58
HSV283°42°73°
CMYK 0.120.420.00   0.27
XYZ29.849322.312349.7472
Yxy22.31230.29290.2189
Hunter Lab47.235930.1349-29.3770
CIE-Lab54.356836.5994-32.7349

#a56cbb color RGB value is (165,108,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101100 10111011
Octal 245 154 273
Decimal 165 108 187
Hex A5 6C BB

RGB Percentages of Color #a56cbb

%35.87
%23.48
%40.65

CMYK Percentages of Color #a56cbb

%12
%42
%0
%27

Triadic Colors of #a56cbb

#a56cbb #bba56c #6cbba5

Analogous Colors of #a56cbb

#a56cbb #bb6caa #7e6cbb

Monochromatic Colors of #a56cbb

#a56cbb

Complementary Color

#a56cbb #82bb6c

#a56cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56cbb Color CSS Codes

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

#a56cbb Text Font Color

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

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


#a56cbb Background Color

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

This div background color is #a56cbb


#a56cbb Border Color

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

This div border color is #a56cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56cbb


Comments

No comments written yet.

Please login to write comment.