Color Hex Logo

#a95ebc Color Hex

#A95EBC
(169,94,188)
0 Favorites   0 Comments

Color spaces of #a95ebc

RGB 16994188
HSL0.800.410.55
HSV288°50°74°
CMYK 0.100.500.00   0.26
XYZ29.442020.071349.8993
Yxy20.07130.29620.2019
Hunter Lab44.801038.9036-34.6764
CIE-Lab51.917745.5597-37.0971

#a95ebc color RGB value is (169,94,188).

#a95ebc hex color red value is 169, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a95ebc hue: 0.80 , saturation: 0.41 and the lightness value of a95ebc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 10111100
Octal 251 136 274
Decimal 169 94 188
Hex A9 5E BC

RGB Percentages of Color #a95ebc

%37.47
%20.84
%41.69

CMYK Percentages of Color #a95ebc

%10
%50
%0
%26

Triadic Colors of #a95ebc

#a95ebc #bca95e #5ebca9

Analogous Colors of #a95ebc

#a95ebc #bc5ea0 #7a5ebc

Monochromatic Colors of #a95ebc

#a95ebc

Complementary Color

#a95ebc #71bc5e

#a95ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95ebc Color CSS Codes

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

#a95ebc Text Font Color

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

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


#a95ebc Background Color

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

This div background color is #a95ebc


#a95ebc Border Color

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

This div border color is #a95ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95ebc


Comments

No comments written yet.

Please login to write comment.