Color Hex Logo

#a15ddd Color Hex

#A15DDD
(161,93,221)
0 Favorites   0 Comments

Color spaces of #a15ddd

RGB 16193221
HSL0.760.650.62
HSV272°58°87°
CMYK 0.270.580.00   0.13
XYZ31.663420.626270.7190
Yxy20.62620.25740.1677
Hunter Lab45.416144.9694-60.5313
CIE-Lab52.537951.1894-55.0341

#a15ddd color RGB value is (161,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011101 11011101
Octal 241 135 335
Decimal 161 93 221
Hex A1 5D DD

RGB Percentages of Color #a15ddd

%33.89
%19.58
%46.53

CMYK Percentages of Color #a15ddd

%27
%58
%0
%13

Triadic Colors of #a15ddd

#a15ddd #dda15d #5ddda1

Analogous Colors of #a15ddd

#a15ddd #dd5dd9 #615ddd

Monochromatic Colors of #a15ddd

#a15ddd

Complementary Color

#a15ddd #99dd5d

#a15ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15ddd Color CSS Codes

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

#a15ddd Text Font Color

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

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


#a15ddd Background Color

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

This div background color is #a15ddd


#a15ddd Border Color

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

This div border color is #a15ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15ddd


Comments

No comments written yet.

Please login to write comment.