Color Hex Logo

#a15ceb Color Hex

#A15CEB
(161,92,235)
0 Favorites   0 Comments

Color spaces of #a15ceb

RGB 16192235
HSL0.750.780.64
HSV269°61°92°
CMYK 0.310.610.00   0.08
XYZ33.520521.229580.9282
Yxy21.22950.24710.1565
Hunter Lab46.075549.2289-71.8857
CIE-Lab53.199854.9848-61.8560

#a15ceb color RGB value is (161,92,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011100 11101011
Octal 241 134 353
Decimal 161 92 235
Hex A1 5C EB

RGB Percentages of Color #a15ceb

%32.99
%18.85
%48.16

CMYK Percentages of Color #a15ceb

%31
%61
%0
%8

Triadic Colors of #a15ceb

#a15ceb #eba15c #5ceba1

Analogous Colors of #a15ceb

#a15ceb #e95ceb #5c5eeb

Monochromatic Colors of #a15ceb

#a15ceb

Complementary Color

#a15ceb #a6eb5c

#a15ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15ceb Color CSS Codes

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

#a15ceb Text Font Color

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

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


#a15ceb Background Color

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

This div background color is #a15ceb


#a15ceb Border Color

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

This div border color is #a15ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15ceb


Comments

No comments written yet.

Please login to write comment.