Color Hex Logo

#a59afb Color Hex

#A59AFB
(165,154,251)
0 Favorites   0 Comments

Color spaces of #a59afb

RGB 165154251
HSL0.690.920.79
HSV247°39°98°
CMYK 0.340.390.00   0.02
XYZ44.485238.075696.2715
Yxy38.07560.24880.2129
Hunter Lab61.705420.7012-49.3092
CIE-Lab68.076325.8083-47.0002

#a59afb color RGB value is (165,154,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011010 11111011
Octal 245 232 373
Decimal 165 154 251
Hex A5 9A FB

RGB Percentages of Color #a59afb

%28.95
%27.02
%44.04

CMYK Percentages of Color #a59afb

%34
%39
%0
%2

Triadic Colors of #a59afb

#a59afb #fba59a #9afba5

Analogous Colors of #a59afb

#a59afb #d69afb #9ac0fb

Monochromatic Colors of #a59afb

#a59afb

Complementary Color

#a59afb #f0fb9a

#a59afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59afb Color CSS Codes

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

#a59afb Text Font Color

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

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


#a59afb Background Color

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

This div background color is #a59afb


#a59afb Border Color

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

This div border color is #a59afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59afb


Comments

No comments written yet.

Please login to write comment.