Color Hex Logo

#a56eba Color Hex

#A56EBA
(165,110,186)
0 Favorites   0 Comments

Color spaces of #a56eba

RGB 165110186
HSL0.790.360.58
HSV283°41°73°
CMYK 0.110.410.00   0.27
XYZ29.955922.696449.2564
Yxy22.69640.29390.2227
Hunter Lab47.640728.8673-27.9522
CIE-Lab54.758235.2732-31.5346

#a56eba color RGB value is (165,110,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101110 10111010
Octal 245 156 272
Decimal 165 110 186
Hex A5 6E BA

RGB Percentages of Color #a56eba

%35.79
%23.86
%40.35

CMYK Percentages of Color #a56eba

%11
%41
%0
%27

Triadic Colors of #a56eba

#a56eba #baa56e #6ebaa5

Analogous Colors of #a56eba

#a56eba #ba6ea9 #7f6eba

Monochromatic Colors of #a56eba

#a56eba

Complementary Color

#a56eba #83ba6e

#a56eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56eba Color CSS Codes

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

#a56eba Text Font Color

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

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


#a56eba Background Color

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

This div background color is #a56eba


#a56eba Border Color

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

This div border color is #a56eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56eba


Comments

No comments written yet.

Please login to write comment.