Color Hex Logo

#a559be Color Hex

#A559BE
(165,89,190)
0 Favorites   0 Comments

Color spaces of #a559be

RGB 16589190
HSL0.790.440.55
HSV285°53°75°
CMYK 0.130.530.00   0.25
XYZ28.383718.861850.8599
Yxy18.86180.28930.1923
Hunter Lab43.430240.6555-39.0318
CIE-Lab50.525147.4592-40.4813

#a559be color RGB value is (165,89,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011001 10111110
Octal 245 131 276
Decimal 165 89 190
Hex A5 59 BE

RGB Percentages of Color #a559be

%37.16
%20.05
%42.79

CMYK Percentages of Color #a559be

%13
%53
%0
%25

Triadic Colors of #a559be

#a559be #bea559 #59bea5

Analogous Colors of #a559be

#a559be #be59a5 #7359be

Monochromatic Colors of #a559be

#a559be

Complementary Color

#a559be #72be59

#a559be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a559be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a559be Color CSS Codes

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

#a559be Text Font Color

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

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


#a559be Background Color

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

This div background color is #a559be


#a559be Border Color

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

This div border color is #a559be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a559be


Comments

No comments written yet.

Please login to write comment.