Color Hex Logo

#a556be Color Hex

#A556BE
(165,86,190)
0 Favorites   0 Comments

Color spaces of #a556be

RGB 16586190
HSL0.790.440.54
HSV286°55°75°
CMYK 0.130.550.00   0.25
XYZ28.139118.372650.7784
Yxy18.37260.28920.1888
Hunter Lab42.863342.1719-40.2342
CIE-Lab49.944948.9972-41.3987

#a556be color RGB value is (165,86,190).

#a556be hex color red value is 165, green value is 86 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a556be hue: 0.79 , saturation: 0.44 and the lightness value of a556be is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010110 10111110
Octal 245 126 276
Decimal 165 86 190
Hex A5 56 BE

RGB Percentages of Color #a556be

%37.41
%19.50
%43.08

CMYK Percentages of Color #a556be

%13
%55
%0
%25

Triadic Colors of #a556be

#a556be #bea556 #56bea5

Analogous Colors of #a556be

#a556be #be56a3 #7156be

Monochromatic Colors of #a556be

#a556be

Complementary Color

#a556be #6fbe56

#a556be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a556be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a556be Color CSS Codes

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

#a556be Text Font Color

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

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


#a556be Background Color

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

This div background color is #a556be


#a556be Border Color

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

This div border color is #a556be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a556be


Comments

No comments written yet.

Please login to write comment.