Color Hex Logo

#a59fea Color Hex

#A59FEA
(165,159,234)
0 Favorites   0 Comments

Color spaces of #a59fea

RGB 165159234
HSL0.680.640.77
HSV245°32°92°
CMYK 0.290.320.00   0.08
XYZ42.766538.736183.0647
Yxy38.73610.25990.2354
Hunter Lab62.238313.7376-35.5630
CIE-Lab68.559718.6595-36.9539

#a59fea color RGB value is (165,159,234).

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

The process color (four color CMYK) of #a59fea color hex is 0.29, 0.32, 0.00, 0.08. Web safe color of #a59fea is #9999ff. Color #a59fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011111 11101010
Octal 245 237 352
Decimal 165 159 234
Hex A5 9F EA

RGB Percentages of Color #a59fea

%29.57
%28.49
%41.94

CMYK Percentages of Color #a59fea

%29
%32
%0
%8

Triadic Colors of #a59fea

#a59fea #eaa59f #9feaa5

Analogous Colors of #a59fea

#a59fea #cb9fea #9fbfea

Monochromatic Colors of #a59fea

#a59fea

Complementary Color

#a59fea #e4ea9f

#a59fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59fea Color CSS Codes

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

#a59fea Text Font Color

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

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


#a59fea Background Color

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

This div background color is #a59fea


#a59fea Border Color

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

This div border color is #a59fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59fea


Comments

No comments written yet.

Please login to write comment.