Color Hex Logo

#a15de1 Color Hex

#A15DE1
(161,93,225)
0 Favorites   0 Comments

Color spaces of #a15de1

RGB 16193225
HSL0.750.690.62
HSV271°59°88°
CMYK 0.280.590.00   0.12
XYZ32.202920.842073.5598
Yxy20.84200.25440.1646
Hunter Lab45.653046.0181-63.5756
CIE-Lab52.776152.1202-56.9122

#a15de1 color RGB value is (161,93,225).

#a15de1 hex color red value is 161, green value is 93 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #a15de1 hue: 0.75 , saturation: 0.69 and the lightness value of a15de1 is 0.62.

The process color (four color CMYK) of #a15de1 color hex is 0.28, 0.59, 0.00, 0.12. Web safe color of #a15de1 is #9966cc. Color #a15de1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011101 11100001
Octal 241 135 341
Decimal 161 93 225
Hex A1 5D E1

RGB Percentages of Color #a15de1

%33.61
%19.42
%46.97

CMYK Percentages of Color #a15de1

%28
%59
%0
%12

Triadic Colors of #a15de1

#a15de1 #e1a15d #5de1a1

Analogous Colors of #a15de1

#a15de1 #e15ddf #5f5de1

Monochromatic Colors of #a15de1

#a15de1

Complementary Color

#a15de1 #9de15d

#a15de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15de1 Color CSS Codes

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

#a15de1 Text Font Color

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

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


#a15de1 Background Color

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

This div background color is #a15de1


#a15de1 Border Color

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

This div border color is #a15de1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15de1


Comments

No comments written yet.

Please login to write comment.