color codes Logo

#a95bae color codes

#A95BAE
(169,91,174)
0 Favorites   0 Comments

Color spaces of #a95bae

RGB 16991174
HSL0.820.340.52
HSV296°48°68°
CMYK 0.030.480.00   0.32
XYZ27.743318.973242.2444
Yxy18.97320.31190.2133
Hunter Lab43.558237.4641-27.0109
CIE-Lab50.655844.3632-30.9463

#a95bae color RGB value is (169,91,174).

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

The process color (four color CMYK) of #a95bae color code is 0.03, 0.48, 0.00, 0.32. Web safe color of #a95bae is #996699. Color #a95bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011011 10101110
Octal 251 133 256
Decimal 169 91 174
Hex A9 5B AE

RGB Percentages of Color #a95bae

%38.94
%20.97
%40.09

CMYK Percentages of Color #a95bae

%3
%48
%0
%32

Triadic Colors of #a95bae

#a95bae #aea95b #5baea9

Analogous Colors of #a95bae

#a95bae #ae5b8a #805bae

Monochromatic Colors of #a95bae

#a95bae

Complementary Color

#a95bae #60ae5b

#a95bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95bae Color CSS Codes

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

#a95bae Text Font Color

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

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


#a95bae Background Color

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

This div background color is #a95bae


#a95bae Border Color

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

This div border color is #a95bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,91,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 #a95bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95bae


Comments

No comments written yet.

Please login to write comment.