Color Hex Logo

#a59ffb Color Hex

#A59FFB
(165,159,251)
0 Favorites   0 Comments

Color spaces of #a59ffb

RGB 165159251
HSL0.680.920.80
HSV244°37°98°
CMYK 0.340.370.00   0.02
XYZ45.327839.760696.5523
Yxy39.76060.24950.2189
Hunter Lab63.056017.9667-46.6465
CIE-Lab69.298722.9751-45.0791

#a59ffb color RGB value is (165,159,251).

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

The process color (four color CMYK) of #a59ffb color hex is 0.34, 0.37, 0.00, 0.02. Web safe color of #a59ffb is #9999ff. Color #a59ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011111 11111011
Octal 245 237 373
Decimal 165 159 251
Hex A5 9F FB

RGB Percentages of Color #a59ffb

%28.70
%27.65
%43.65

CMYK Percentages of Color #a59ffb

%34
%37
%0
%2

Triadic Colors of #a59ffb

#a59ffb #fba59f #9ffba5

Analogous Colors of #a59ffb

#a59ffb #d39ffb #9fc7fb

Monochromatic Colors of #a59ffb

#a59ffb

Complementary Color

#a59ffb #f5fb9f

#a59ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59ffb Color CSS Codes

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

#a59ffb Text Font Color

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

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


#a59ffb Background Color

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

This div background color is #a59ffb


#a59ffb Border Color

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

This div border color is #a59ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.