Color Hex Logo

#a15bdb Color Hex

#A15BDB
(161,91,219)
0 Favorites   0 Comments

Color spaces of #a15bdb

RGB 16191219
HSL0.760.640.61
HSV273°58°86°
CMYK 0.260.580.00   0.14
XYZ31.225220.173769.2660
Yxy20.17370.25880.1672
Hunter Lab44.915145.4925-59.9936
CIE-Lab52.033051.7593-54.7102

#a15bdb color RGB value is (161,91,219).

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

The process color (four color CMYK) of #a15bdb color hex is 0.26, 0.58, 0.00, 0.14. Web safe color of #a15bdb is #9966cc. Color #a15bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011011 11011011
Octal 241 133 333
Decimal 161 91 219
Hex A1 5B DB

RGB Percentages of Color #a15bdb

%34.18
%19.32
%46.50

CMYK Percentages of Color #a15bdb

%26
%58
%0
%14

Triadic Colors of #a15bdb

#a15bdb #dba15b #5bdba1

Analogous Colors of #a15bdb

#a15bdb #db5bd5 #615bdb

Monochromatic Colors of #a15bdb

#a15bdb

Complementary Color

#a15bdb #95db5b

#a15bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15bdb Color CSS Codes

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

#a15bdb Text Font Color

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

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


#a15bdb Background Color

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

This div background color is #a15bdb


#a15bdb Border Color

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

This div border color is #a15bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15bdb


Comments

No comments written yet.

Please login to write comment.