Color Hex Logo

#a95ce5 Color Hex

#A95CE5
(169,92,229)
0 Favorites   0 Comments

Color spaces of #a95ce5

RGB 16992229
HSL0.760.720.63
HSV274°60°90°
CMYK 0.260.600.00   0.10
XYZ34.332221.746576.5167
Yxy21.74650.25890.1640
Hunter Lab46.633149.8071-64.6412
CIE-Lab53.757055.4116-57.5417

#a95ce5 color RGB value is (169,92,229).

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

The process color (four color CMYK) of #a95ce5 color hex is 0.26, 0.60, 0.00, 0.10. Web safe color of #a95ce5 is #9966cc. Color #a95ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011100 11100101
Octal 251 134 345
Decimal 169 92 229
Hex A9 5C E5

RGB Percentages of Color #a95ce5

%34.49
%18.78
%46.73

CMYK Percentages of Color #a95ce5

%26
%60
%0
%10

Triadic Colors of #a95ce5

#a95ce5 #e5a95c #5ce5a9

Analogous Colors of #a95ce5

#a95ce5 #e55cdd #655ce5

Monochromatic Colors of #a95ce5

#a95ce5

Complementary Color

#a95ce5 #98e55c

#a95ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95ce5 Color CSS Codes

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

#a95ce5 Text Font Color

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

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


#a95ce5 Background Color

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

This div background color is #a95ce5


#a95ce5 Border Color

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

This div border color is #a95ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95ce5


Comments

No comments written yet.

Please login to write comment.