Color Hex Logo

#a95aeb Color Hex

#A95AEB
(169,90,235)
0 Favorites   0 Comments

Color spaces of #a95aeb

RGB 16990235
HSL0.760.780.64
HSV273°62°92°
CMYK 0.280.620.00   0.08
XYZ35.013721.745580.9491
Yxy21.74550.25430.1579
Hunter Lab46.632152.4206-70.2797
CIE-Lab53.755957.7569-60.9127

#a95aeb color RGB value is (169,90,235).

#a95aeb hex color red value is 169, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a95aeb hue: 0.76 , saturation: 0.78 and the lightness value of a95aeb is 0.64.

The process color (four color CMYK) of #a95aeb color hex is 0.28, 0.62, 0.00, 0.08. Web safe color of #a95aeb is #9966ff. Color #a95aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011010 11101011
Octal 251 132 353
Decimal 169 90 235
Hex A9 5A EB

RGB Percentages of Color #a95aeb

%34.21
%18.22
%47.57

CMYK Percentages of Color #a95aeb

%28
%62
%0
%8

Triadic Colors of #a95aeb

#a95aeb #eba95a #5aeba9

Analogous Colors of #a95aeb

#a95aeb #eb5ae5 #615aeb

Monochromatic Colors of #a95aeb

#a95aeb

Complementary Color

#a95aeb #9ceb5a

#a95aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95aeb Color CSS Codes

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

#a95aeb Text Font Color

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

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


#a95aeb Background Color

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

This div background color is #a95aeb


#a95aeb Border Color

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

This div border color is #a95aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,90,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a95aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a95aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #a95aeb;
  box-shadow:         1px 1px 3px 2px #a95aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,90,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95aeb


Comments

No comments written yet.

Please login to write comment.