Color Hex Logo

#a15ca6 Color Hex

#A15CA6
(161,92,166)
0 Favorites   0 Comments

Color spaces of #a15ca6

RGB 16192166
HSL0.820.290.51
HSV296°45°65°
CMYK 0.030.450.00   0.35
XYZ25.408017.984538.2086
Yxy17.98450.31140.2204
Hunter Lab42.408132.7305-23.7330
CIE-Lab49.477339.8628-28.1767

#a15ca6 color RGB value is (161,92,166).

#a15ca6 hex color red value is 161, green value is 92 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #a15ca6 hue: 0.82 , saturation: 0.29 and the lightness value of a15ca6 is 0.51.

The process color (four color CMYK) of #a15ca6 color hex is 0.03, 0.45, 0.00, 0.35. Web safe color of #a15ca6 is #996699. Color #a15ca6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011100 10100110
Octal 241 134 246
Decimal 161 92 166
Hex A1 5C A6

RGB Percentages of Color #a15ca6

%38.42
%21.96
%39.62

CMYK Percentages of Color #a15ca6

%3
%45
%0
%35

Triadic Colors of #a15ca6

#a15ca6 #a6a15c #5ca6a1

Analogous Colors of #a15ca6

#a15ca6 #a65c86 #7c5ca6

Monochromatic Colors of #a15ca6

#a15ca6

Complementary Color

#a15ca6 #61a65c

#a15ca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15ca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15ca6 Color CSS Codes

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

#a15ca6 Text Font Color

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

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


#a15ca6 Background Color

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

This div background color is #a15ca6


#a15ca6 Border Color

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

This div border color is #a15ca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15ca6


Comments

No comments written yet.

Please login to write comment.