Color Hex Logo

#a589ff Color Hex

#A589FF
(165,137,255)
0 Favorites   0 Comments

Color spaces of #a589ff

RGB 165137255
HSL0.711.000.77
HSV254°46°100°
CMYK 0.350.460.00   0.00
XYZ42.512733.110798.7581
Yxy33.11070.24380.1899
Hunter Lab57.541931.1798-61.4790
CIE-Lab64.250436.4743-55.2352

#a589ff color RGB value is (165,137,255).

#a589ff hex color red value is 165, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a589ff hue: 0.71 , saturation: 1.00 and the lightness value of a589ff is 0.77.

The process color (four color CMYK) of #a589ff color hex is 0.35, 0.46, 0.00, 0.00. Web safe color of #a589ff is #9999ff. Color #a589ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001001 11111111
Octal 245 211 377
Decimal 165 137 255
Hex A5 89 FF

RGB Percentages of Color #a589ff

%29.62
%24.60
%45.78

CMYK Percentages of Color #a589ff

%35
%46
%0
%0

Triadic Colors of #a589ff

#a589ff #ffa589 #89ffa5

Analogous Colors of #a589ff

#a589ff #e089ff #89a8ff

Monochromatic Colors of #a589ff

#a589ff

Complementary Color

#a589ff #e3ff89

#a589ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a589ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a589ff Color CSS Codes

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

#a589ff Text Font Color

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

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


#a589ff Background Color

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

This div background color is #a589ff


#a589ff Border Color

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

This div border color is #a589ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a589ff

Related Colors

#a589ff Color Palettes


Comments

No comments written yet.

Please login to write comment.