Color Hex Logo

#a15beb Color Hex

#A15BEB
(161,91,235)
0 Favorites   0 Comments

Color spaces of #a15beb

RGB 16191235
HSL0.750.780.64
HSV269°61°92°
CMYK 0.310.610.00   0.08
XYZ33.434421.057480.8996
Yxy21.05740.24690.1555
Hunter Lab45.888349.7511-72.4044
CIE-Lab53.012355.4903-62.1580

#a15beb color RGB value is (161,91,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011011 11101011
Octal 241 133 353
Decimal 161 91 235
Hex A1 5B EB

RGB Percentages of Color #a15beb

%33.06
%18.69
%48.25

CMYK Percentages of Color #a15beb

%31
%61
%0
%8

Triadic Colors of #a15beb

#a15beb #eba15b #5beba1

Analogous Colors of #a15beb

#a15beb #e95beb #5b5deb

Monochromatic Colors of #a15beb

#a15beb

Complementary Color

#a15beb #a5eb5b

#a15beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15beb Color CSS Codes

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

#a15beb Text Font Color

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

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


#a15beb Background Color

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

This div background color is #a15beb


#a15beb Border Color

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

This div border color is #a15beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15beb


Comments

No comments written yet.

Please login to write comment.