Color Hex Logo

#a59aff Color Hex

#A59AFF
(165,154,255)
0 Favorites   0 Comments

Color spaces of #a59aff

RGB 165154255
HSL0.681.000.80
HSV247°40°100°
CMYK 0.350.400.00   0.00
XYZ45.122738.330599.6281
Yxy38.33050.24650.2094
Hunter Lab61.911621.7498-52.0712
CIE-Lab68.263526.8470-48.8829

#a59aff color RGB value is (165,154,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011010 11111111
Octal 245 232 377
Decimal 165 154 255
Hex A5 9A FF

RGB Percentages of Color #a59aff

%28.75
%26.83
%44.43

CMYK Percentages of Color #a59aff

%35
%40
%0
%0

Triadic Colors of #a59aff

#a59aff #ffa59a #9affa5

Analogous Colors of #a59aff

#a59aff #d89aff #9ac2ff

Monochromatic Colors of #a59aff

#a59aff

Complementary Color

#a59aff #f4ff9a

#a59aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59aff Color CSS Codes

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

#a59aff Text Font Color

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

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


#a59aff Background Color

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

This div background color is #a59aff


#a59aff Border Color

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

This div border color is #a59aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59aff


Comments

No comments written yet.

Please login to write comment.