Color Hex Logo

#a15edd Color Hex

#A15EDD
(161,94,221)
0 Favorites   0 Comments

Color spaces of #a15edd

RGB 16194221
HSL0.750.650.62
HSV272°57°87°
CMYK 0.270.570.00   0.13
XYZ31.751820.802970.7485
Yxy20.80290.25750.1687
Hunter Lab45.610244.4460-60.0409
CIE-Lab52.733150.6705-54.7217

#a15edd color RGB value is (161,94,221).

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

The process color (four color CMYK) of #a15edd color hex is 0.27, 0.57, 0.00, 0.13. Web safe color of #a15edd is #9966cc. Color #a15edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011110 11011101
Octal 241 136 335
Decimal 161 94 221
Hex A1 5E DD

RGB Percentages of Color #a15edd

%33.82
%19.75
%46.43

CMYK Percentages of Color #a15edd

%27
%57
%0
%13

Triadic Colors of #a15edd

#a15edd #dda15e #5edda1

Analogous Colors of #a15edd

#a15edd #dd5eda #615edd

Monochromatic Colors of #a15edd

#a15edd

Complementary Color

#a15edd #9add5e

#a15edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15edd Color CSS Codes

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

#a15edd Text Font Color

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

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


#a15edd Background Color

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

This div background color is #a15edd


#a15edd Border Color

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

This div border color is #a15edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15edd


Comments

No comments written yet.

Please login to write comment.