Color Hex Logo

#a56cbd Color Hex

#A56CBD
(165,108,189)
0 Favorites   0 Comments

Color spaces of #a56cbd

RGB 165108189
HSL0.780.380.58
HSV282°43°74°
CMYK 0.130.430.00   0.26
XYZ30.064922.398650.8829
Yxy22.39860.29090.2167
Hunter Lab47.327230.5708-30.6155
CIE-Lab54.447437.0252-33.7421

#a56cbd color RGB value is (165,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101100 10111101
Octal 245 154 275
Decimal 165 108 189
Hex A5 6C BD

RGB Percentages of Color #a56cbd

%35.71
%23.38
%40.91

CMYK Percentages of Color #a56cbd

%13
%43
%0
%26

Triadic Colors of #a56cbd

#a56cbd #bda56c #6cbda5

Analogous Colors of #a56cbd

#a56cbd #bd6cad #7d6cbd

Monochromatic Colors of #a56cbd

#a56cbd

Complementary Color

#a56cbd #84bd6c

#a56cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56cbd Color CSS Codes

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

#a56cbd Text Font Color

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

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


#a56cbd Background Color

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

This div background color is #a56cbd


#a56cbd Border Color

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

This div border color is #a56cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56cbd


Comments

No comments written yet.

Please login to write comment.