Color Hex Logo

#a56ecb Color Hex

#A56ECB
(165,110,203)
0 Favorites   0 Comments

Color spaces of #a56ecb

RGB 165110203
HSL0.770.470.61
HSV275°46°80°
CMYK 0.190.460.00   0.20
XYZ31.872523.463059.3489
Yxy23.46300.27790.2046
Hunter Lab48.438632.6850-38.7374
CIE-Lab55.546138.9846-40.0179

#a56ecb color RGB value is (165,110,203).

#a56ecb hex color red value is 165, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a56ecb hue: 0.77 , saturation: 0.47 and the lightness value of a56ecb is 0.61.

The process color (four color CMYK) of #a56ecb color hex is 0.19, 0.46, 0.00, 0.20. Web safe color of #a56ecb is #9966cc. Color #a56ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101110 11001011
Octal 245 156 313
Decimal 165 110 203
Hex A5 6E CB

RGB Percentages of Color #a56ecb

%34.52
%23.01
%42.47

CMYK Percentages of Color #a56ecb

%19
%46
%0
%20

Triadic Colors of #a56ecb

#a56ecb #cba56e #6ecba5

Analogous Colors of #a56ecb

#a56ecb #cb6ec3 #776ecb

Monochromatic Colors of #a56ecb

#a56ecb

Complementary Color

#a56ecb #94cb6e

#a56ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56ecb Color CSS Codes

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

#a56ecb Text Font Color

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

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


#a56ecb Background Color

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

This div background color is #a56ecb


#a56ecb Border Color

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

This div border color is #a56ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56ecb


Comments

No comments written yet.

Please login to write comment.