Color Hex Logo

#a95ea7 Color Hex

#A95EA7
(169,94,167)
0 Favorites   0 Comments

Color spaces of #a95ea7

RGB 16994167
HSL0.840.300.52
HSV302°44°66°
CMYK 0.000.440.01   0.34
XYZ27.339919.230438.8301
Yxy19.23040.32010.2252
Hunter Lab43.852534.5443-21.8028
CIE-Lab50.955741.4554-26.3885

#a95ea7 color RGB value is (169,94,167).

#a95ea7 hex color red value is 169, green value is 94 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #a95ea7 hue: 0.84 , saturation: 0.30 and the lightness value of a95ea7 is 0.52.

The process color (four color CMYK) of #a95ea7 color hex is 0.00, 0.44, 0.01, 0.34. Web safe color of #a95ea7 is #996699. Color #a95ea7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 10100111
Octal 251 136 247
Decimal 169 94 167
Hex A9 5E A7

RGB Percentages of Color #a95ea7

%39.30
%21.86
%38.84

CMYK Percentages of Color #a95ea7

%0
%44
%1
%34

Triadic Colors of #a95ea7

#a95ea7 #a7a95e #5ea7a9

Analogous Colors of #a95ea7

#a95ea7 #a95e82 #865ea9

Monochromatic Colors of #a95ea7

#a95ea7

Complementary Color

#a95ea7 #5ea960

#a95ea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95ea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95ea7 Color CSS Codes

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

#a95ea7 Text Font Color

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

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


#a95ea7 Background Color

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

This div background color is #a95ea7


#a95ea7 Border Color

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

This div border color is #a95ea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95ea7


Comments

No comments written yet.

Please login to write comment.