Color Hex Logo

#a95bea Color Hex

#A95BEA
(169,91,234)
0 Favorites   0 Comments

Color spaces of #a95bea

RGB 16991234
HSL0.760.770.64
HSV273°61°92°
CMYK 0.280.610.00   0.08
XYZ34.954621.857780.2186
Yxy21.85770.25510.1595
Hunter Lab46.752251.6403-69.0047
CIE-Lab53.875757.0389-60.1596

#a95bea color RGB value is (169,91,234).

#a95bea hex color red value is 169, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a95bea hue: 0.76 , saturation: 0.77 and the lightness value of a95bea is 0.64.

The process color (four color CMYK) of #a95bea color hex is 0.28, 0.61, 0.00, 0.08. Web safe color of #a95bea is #9966ff. Color #a95bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011011 11101010
Octal 251 133 352
Decimal 169 91 234
Hex A9 5B EA

RGB Percentages of Color #a95bea

%34.21
%18.42
%47.37

CMYK Percentages of Color #a95bea

%28
%61
%0
%8

Triadic Colors of #a95bea

#a95bea #eaa95b #5beaa9

Analogous Colors of #a95bea

#a95bea #ea5be4 #615bea

Monochromatic Colors of #a95bea

#a95bea

Complementary Color

#a95bea #9cea5b

#a95bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95bea Color CSS Codes

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

#a95bea Text Font Color

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

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


#a95bea Background Color

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

This div background color is #a95bea


#a95bea Border Color

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

This div border color is #a95bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95bea


Comments

No comments written yet.

Please login to write comment.