Color Hex Logo

#a95ceb Color Hex

#A95CEB
(169,92,235)
0 Favorites   0 Comments

Color spaces of #a95ceb

RGB 16992235
HSL0.760.780.64
HSV272°61°92°
CMYK 0.280.610.00   0.08
XYZ35.184722.087581.0061
Yxy22.08750.25440.1597
Hunter Lab46.997351.3892-69.2960
CIE-Lab54.119756.7714-60.3280

#a95ceb color RGB value is (169,92,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011100 11101011
Octal 251 134 353
Decimal 169 92 235
Hex A9 5C EB

RGB Percentages of Color #a95ceb

%34.07
%18.55
%47.38

CMYK Percentages of Color #a95ceb

%28
%61
%0
%8

Triadic Colors of #a95ceb

#a95ceb #eba95c #5ceba9

Analogous Colors of #a95ceb

#a95ceb #eb5ce6 #615ceb

Monochromatic Colors of #a95ceb

#a95ceb

Complementary Color

#a95ceb #9eeb5c

#a95ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95ceb Color CSS Codes

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

#a95ceb Text Font Color

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

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


#a95ceb Background Color

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

This div background color is #a95ceb


#a95ceb Border Color

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

This div border color is #a95ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95ceb


Comments

No comments written yet.

Please login to write comment.