Color Hex Logo

#a95baf Color Hex

#A95BAF
(169,91,175)
0 Favorites   0 Comments

Color spaces of #a95baf

RGB 16991175
HSL0.820.340.52
HSV296°48°69°
CMYK 0.030.480.00   0.31
XYZ27.841119.012342.7598
Yxy19.01230.31070.2122
Hunter Lab43.603137.6690-27.6211
CIE-Lab50.701644.5552-31.4582

#a95baf color RGB value is (169,91,175).

#a95baf hex color red value is 169, green value is 91 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a95baf hue: 0.82 , saturation: 0.34 and the lightness value of a95baf is 0.52.

The process color (four color CMYK) of #a95baf color hex is 0.03, 0.48, 0.00, 0.31. Web safe color of #a95baf is #996699. Color #a95baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011011 10101111
Octal 251 133 257
Decimal 169 91 175
Hex A9 5B AF

RGB Percentages of Color #a95baf

%38.85
%20.92
%40.23

CMYK Percentages of Color #a95baf

%3
%48
%0
%31

Triadic Colors of #a95baf

#a95baf #afa95b #5bafa9

Analogous Colors of #a95baf

#a95baf #af5b8b #7f5baf

Monochromatic Colors of #a95baf

#a95baf

Complementary Color

#a95baf #61af5b

#a95baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95baf Color CSS Codes

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

#a95baf Text Font Color

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

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


#a95baf Background Color

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

This div background color is #a95baf


#a95baf Border Color

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

This div border color is #a95baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95baf


Comments

No comments written yet.

Please login to write comment.