Color Hex Logo

#a59bfe Color Hex

#A59BFE
(165,155,254)
0 Favorites   0 Comments

Color spaces of #a59bfe

RGB 165155254
HSL0.680.980.80
HSV246°39°100°
CMYK 0.350.390.00   0.00
XYZ45.127838.597898.8376
Yxy38.59780.24720.2114
Hunter Lab62.127120.9361-50.8350
CIE-Lab68.458926.0194-48.0311

#a59bfe color RGB value is (165,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011011 11111110
Octal 245 233 376
Decimal 165 155 254
Hex A5 9B FE

RGB Percentages of Color #a59bfe

%28.75
%27.00
%44.25

CMYK Percentages of Color #a59bfe

%35
%39
%0
%0

Triadic Colors of #a59bfe

#a59bfe #fea59b #9bfea5

Analogous Colors of #a59bfe

#a59bfe #d79bfe #9bc3fe

Monochromatic Colors of #a59bfe

#a59bfe

Complementary Color

#a59bfe #f4fe9b

#a59bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59bfe Color CSS Codes

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

#a59bfe Text Font Color

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

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


#a59bfe Background Color

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

This div background color is #a59bfe


#a59bfe Border Color

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

This div border color is #a59bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59bfe


Comments

No comments written yet.

Please login to write comment.