Color Hex Logo

#a95cae Color Hex

#A95CAE
(169,92,174)
0 Favorites   0 Comments

Color spaces of #a95cae

RGB 16992174
HSL0.820.340.52
HSV296°47°68°
CMYK 0.030.470.00   0.32
XYZ27.829319.145342.2730
Yxy19.14530.31180.2145
Hunter Lab43.755336.9578-26.6526
CIE-Lab50.856843.8395-30.6327

#a95cae color RGB value is (169,92,174).

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

The process color (four color CMYK) of #a95cae color hex is 0.03, 0.47, 0.00, 0.32. Web safe color of #a95cae is #996699. Color #a95cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011100 10101110
Octal 251 134 256
Decimal 169 92 174
Hex A9 5C AE

RGB Percentages of Color #a95cae

%38.85
%21.15
%40.00

CMYK Percentages of Color #a95cae

%3
%47
%0
%32

Triadic Colors of #a95cae

#a95cae #aea95c #5caea9

Analogous Colors of #a95cae

#a95cae #ae5c8a #805cae

Monochromatic Colors of #a95cae

#a95cae

Complementary Color

#a95cae #61ae5c

#a95cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95cae Color CSS Codes

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

#a95cae Text Font Color

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

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


#a95cae Background Color

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

This div background color is #a95cae


#a95cae Border Color

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

This div border color is #a95cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95cae


Comments

No comments written yet.

Please login to write comment.