Color Hex Logo

#a95ee4 Color Hex

#A95EE4
(169,94,228)
0 Favorites   0 Comments

Color spaces of #a95ee4

RGB 16994228
HSL0.760.710.63
HSV274°59°89°
CMYK 0.260.590.00   0.11
XYZ34.368522.041975.8419
Yxy22.04190.25990.1667
Hunter Lab46.948848.5091-62.9139
CIE-Lab54.071454.1817-56.4753

#a95ee4 color RGB value is (169,94,228).

#a95ee4 hex color red value is 169, green value is 94 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #a95ee4 hue: 0.76 , saturation: 0.71 and the lightness value of a95ee4 is 0.63.

The process color (four color CMYK) of #a95ee4 color hex is 0.26, 0.59, 0.00, 0.11. Web safe color of #a95ee4 is #9966cc. Color #a95ee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 11100100
Octal 251 136 344
Decimal 169 94 228
Hex A9 5E E4

RGB Percentages of Color #a95ee4

%34.42
%19.14
%46.44

CMYK Percentages of Color #a95ee4

%26
%59
%0
%11

Triadic Colors of #a95ee4

#a95ee4 #e4a95e #5ee4a9

Analogous Colors of #a95ee4

#a95ee4 #e45edc #665ee4

Monochromatic Colors of #a95ee4

#a95ee4

Complementary Color

#a95ee4 #99e45e

#a95ee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95ee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95ee4 Color CSS Codes

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

#a95ee4 Text Font Color

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

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


#a95ee4 Background Color

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

This div background color is #a95ee4


#a95ee4 Border Color

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

This div border color is #a95ee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95ee4


Comments

No comments written yet.

Please login to write comment.