Color Hex Logo

#a15dae Color Hex

#A15DAE
(161,93,174)
0 Favorites   0 Comments

Color spaces of #a15dae

RGB 16193174
HSL0.810.330.52
HSV290°47°68°
CMYK 0.070.470.00   0.32
XYZ26.252318.461842.2242
Yxy18.46180.30200.2124
Hunter Lab42.967233.8682-28.1877
CIE-Lab50.051540.9167-31.9650

#a15dae color RGB value is (161,93,174).

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

The process color (four color CMYK) of #a15dae color hex is 0.07, 0.47, 0.00, 0.32. Web safe color of #a15dae is #996699. Color #a15dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011101 10101110
Octal 241 135 256
Decimal 161 93 174
Hex A1 5D AE

RGB Percentages of Color #a15dae

%37.62
%21.73
%40.65

CMYK Percentages of Color #a15dae

%7
%47
%0
%32

Triadic Colors of #a15dae

#a15dae #aea15d #5daea1

Analogous Colors of #a15dae

#a15dae #ae5d93 #795dae

Monochromatic Colors of #a15dae

#a15dae

Complementary Color

#a15dae #6aae5d

#a15dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15dae Color CSS Codes

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

#a15dae Text Font Color

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

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


#a15dae Background Color

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

This div background color is #a15dae


#a15dae Border Color

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

This div border color is #a15dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15dae


Comments

No comments written yet.

Please login to write comment.