Color Hex Logo

#a15adb Color Hex

#A15ADB
(161,90,219)
0 Favorites   0 Comments

Color spaces of #a15adb

RGB 16190219
HSL0.760.640.61
HSV273°59°86°
CMYK 0.260.590.00   0.14
XYZ31.140320.003969.2377
Yxy20.00390.25870.1662
Hunter Lab44.725746.0107-60.4759
CIE-Lab51.841652.2714-55.0168

#a15adb color RGB value is (161,90,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011010 11011011
Octal 241 132 333
Decimal 161 90 219
Hex A1 5A DB

RGB Percentages of Color #a15adb

%34.26
%19.15
%46.60

CMYK Percentages of Color #a15adb

%26
%59
%0
%14

Triadic Colors of #a15adb

#a15adb #dba15a #5adba1

Analogous Colors of #a15adb

#a15adb #db5ad5 #605adb

Monochromatic Colors of #a15adb

#a15adb

Complementary Color

#a15adb #94db5a

#a15adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15adb Color CSS Codes

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

#a15adb Text Font Color

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

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


#a15adb Background Color

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

This div background color is #a15adb


#a15adb Border Color

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

This div border color is #a15adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15adb


Comments

No comments written yet.

Please login to write comment.