Color Hex Logo

#a15dac Color Hex

#A15DAC
(161,93,172)
0 Favorites   0 Comments

Color spaces of #a15dac

RGB 16193172
HSL0.810.320.52
HSV292°46°67°
CMYK 0.060.460.00   0.33
XYZ26.058718.384341.2048
Yxy18.38430.30430.2146
Hunter Lab42.876933.4498-26.9640
CIE-Lab49.958940.5132-30.9413

#a15dac color RGB value is (161,93,172).

#a15dac hex color red value is 161, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a15dac hue: 0.81 , saturation: 0.32 and the lightness value of a15dac is 0.52.

The process color (four color CMYK) of #a15dac color hex is 0.06, 0.46, 0.00, 0.33. Web safe color of #a15dac is #996699. Color #a15dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011101 10101100
Octal 241 135 254
Decimal 161 93 172
Hex A1 5D AC

RGB Percentages of Color #a15dac

%37.79
%21.83
%40.38

CMYK Percentages of Color #a15dac

%6
%46
%0
%33

Triadic Colors of #a15dac

#a15dac #aca15d #5daca1

Analogous Colors of #a15dac

#a15dac #ac5d90 #7a5dac

Monochromatic Colors of #a15dac

#a15dac

Complementary Color

#a15dac #68ac5d

#a15dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15dac Color CSS Codes

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

#a15dac Text Font Color

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

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


#a15dac Background Color

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

This div background color is #a15dac


#a15dac Border Color

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

This div border color is #a15dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15dac


Comments

No comments written yet.

Please login to write comment.