Color Hex Logo

#a559ef Color Hex

#A559EF
(165,89,239)
0 Favorites   0 Comments

Color spaces of #a559ef

RGB 16589239
HSL0.750.820.64
HSV270°63°94°
CMYK 0.310.630.00   0.06
XYZ34.669421.376183.9601
Yxy21.37610.24760.1527
Hunter Lab46.234352.9406-75.3049
CIE-Lab53.358758.2905-63.8168

#a559ef color RGB value is (165,89,239).

#a559ef hex color red value is 165, green value is 89 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a559ef hue: 0.75 , saturation: 0.82 and the lightness value of a559ef is 0.64.

The process color (four color CMYK) of #a559ef color hex is 0.31, 0.63, 0.00, 0.06. Web safe color of #a559ef is #9966ff. Color #a559ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011001 11101111
Octal 245 131 357
Decimal 165 89 239
Hex A5 59 EF

RGB Percentages of Color #a559ef

%33.47
%18.05
%48.48

CMYK Percentages of Color #a559ef

%31
%63
%0
%6

Triadic Colors of #a559ef

#a559ef #efa559 #59efa5

Analogous Colors of #a559ef

#a559ef #ef59ee #5a59ef

Monochromatic Colors of #a559ef

#a559ef

Complementary Color

#a559ef #a3ef59

#a559ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a559ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a559ef Color CSS Codes

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

#a559ef Text Font Color

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

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


#a559ef Background Color

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

This div background color is #a559ef


#a559ef Border Color

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

This div border color is #a559ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a559ef


Comments

No comments written yet.

Please login to write comment.