Color Hex Logo

#a15ebd Color Hex

#A15EBD
(161,94,189)
0 Favorites   0 Comments

Color spaces of #a15ebd

RGB 16194189
HSL0.780.420.55
HSV282°50°74°
CMYK 0.150.500.00   0.26
XYZ27.886019.256650.3913
Yxy19.25660.28590.1974
Hunter Lab43.882336.6377-37.3667
CIE-Lab50.986143.5074-39.2085

#a15ebd color RGB value is (161,94,189).

#a15ebd hex color red value is 161, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a15ebd hue: 0.78 , saturation: 0.42 and the lightness value of a15ebd is 0.55.

The process color (four color CMYK) of #a15ebd color hex is 0.15, 0.50, 0.00, 0.26. Web safe color of #a15ebd is #9966cc. Color #a15ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011110 10111101
Octal 241 136 275
Decimal 161 94 189
Hex A1 5E BD

RGB Percentages of Color #a15ebd

%36.26
%21.17
%42.57

CMYK Percentages of Color #a15ebd

%15
%50
%0
%26

Triadic Colors of #a15ebd

#a15ebd #bda15e #5ebda1

Analogous Colors of #a15ebd

#a15ebd #bd5eaa #725ebd

Monochromatic Colors of #a15ebd

#a15ebd

Complementary Color

#a15ebd #7abd5e

#a15ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15ebd Color CSS Codes

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

#a15ebd Text Font Color

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

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


#a15ebd Background Color

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

This div background color is #a15ebd


#a15ebd Border Color

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

This div border color is #a15ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15ebd


Comments

No comments written yet.

Please login to write comment.