Color Hex Logo

#a95ebf Color Hex

#A95EBF
(169,94,191)
0 Favorites   0 Comments

Color spaces of #a95ebf

RGB 16994191
HSL0.800.430.56
HSV286°51°75°
CMYK 0.120.510.00   0.25
XYZ29.768920.202051.6206
Yxy20.20200.29300.1989
Hunter Lab44.946639.5669-36.6311
CIE-Lab52.064846.1731-38.5965

#a95ebf color RGB value is (169,94,191).

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

The process color (four color CMYK) of #a95ebf color hex is 0.12, 0.51, 0.00, 0.25. Web safe color of #a95ebf is #9966cc. Color #a95ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 10111111
Octal 251 136 277
Decimal 169 94 191
Hex A9 5E BF

RGB Percentages of Color #a95ebf

%37.22
%20.70
%42.07

CMYK Percentages of Color #a95ebf

%12
%51
%0
%25

Triadic Colors of #a95ebf

#a95ebf #bfa95e #5ebfa9

Analogous Colors of #a95ebf

#a95ebf #bf5ea5 #795ebf

Monochromatic Colors of #a95ebf

#a95ebf

Complementary Color

#a95ebf #74bf5e

#a95ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95ebf Color CSS Codes

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

#a95ebf Text Font Color

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

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


#a95ebf Background Color

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

This div background color is #a95ebf


#a95ebf Border Color

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

This div border color is #a95ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95ebf


Comments

No comments written yet.

Please login to write comment.