Color Hex Logo

#a56ebe Color Hex

#A56EBE
(165,110,190)
0 Favorites   0 Comments

Color spaces of #a56ebe

RGB 165110190
HSL0.780.380.59
HSV281°42°75°
CMYK 0.130.420.00   0.25
XYZ30.387222.868951.5278
Yxy22.86890.29000.2182
Hunter Lab47.821429.7368-30.4102
CIE-Lab54.937036.1277-33.5509

#a56ebe color RGB value is (165,110,190).

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

The process color (four color CMYK) of #a56ebe color hex is 0.13, 0.42, 0.00, 0.25. Web safe color of #a56ebe is #9966cc. Color #a56ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101110 10111110
Octal 245 156 276
Decimal 165 110 190
Hex A5 6E BE

RGB Percentages of Color #a56ebe

%35.48
%23.66
%40.86

CMYK Percentages of Color #a56ebe

%13
%42
%0
%25

Triadic Colors of #a56ebe

#a56ebe #bea56e #6ebea5

Analogous Colors of #a56ebe

#a56ebe #be6eaf #7d6ebe

Monochromatic Colors of #a56ebe

#a56ebe

Complementary Color

#a56ebe #87be6e

#a56ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56ebe Color CSS Codes

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

#a56ebe Text Font Color

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

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


#a56ebe Background Color

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

This div background color is #a56ebe


#a56ebe Border Color

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

This div border color is #a56ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56ebe


Comments

No comments written yet.

Please login to write comment.