Color Hex Logo

#a56fbe Color Hex

#A56FBE
(165,111,190)
0 Favorites   0 Comments

Color spaces of #a56fbe

RGB 165111190
HSL0.780.380.59
HSV281°42°75°
CMYK 0.130.420.00   0.25
XYZ30.495823.085951.5639
Yxy23.08590.29000.2196
Hunter Lab48.047829.2098-29.9954
CIE-Lab55.160735.5704-33.2016

#a56fbe color RGB value is (165,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101111 10111110
Octal 245 157 276
Decimal 165 111 190
Hex A5 6F BE

RGB Percentages of Color #a56fbe

%35.41
%23.82
%40.77

CMYK Percentages of Color #a56fbe

%13
%42
%0
%25

Triadic Colors of #a56fbe

#a56fbe #bea56f #6fbea5

Analogous Colors of #a56fbe

#a56fbe #be6fb0 #7e6fbe

Monochromatic Colors of #a56fbe

#a56fbe

Complementary Color

#a56fbe #88be6f

#a56fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56fbe Color CSS Codes

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

#a56fbe Text Font Color

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

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


#a56fbe Background Color

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

This div background color is #a56fbe


#a56fbe Border Color

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

This div border color is #a56fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56fbe


Comments

No comments written yet.

Please login to write comment.