Color Hex Logo

#8a156c Color Hex

#8A156C
(138,21,108)
0 Favorites   0 Comments

Color spaces of #8a156c

RGB 13821108
HSL0.880.740.31
HSV315°85°54°
CMYK 0.000.850.22   0.46
XYZ13.45627.022314.8336
Yxy7.02230.38110.1989
Hunter Lab26.499644.2659-14.6388
CIE-Lab31.857654.3113-20.3972

#8a156c color RGB value is (138,21,108).

#8a156c hex color red value is 138, green value is 21 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #8a156c hue: 0.88 , saturation: 0.74 and the lightness value of 8a156c is 0.31.

The process color (four color CMYK) of #8a156c color hex is 0.00, 0.85, 0.22, 0.46. Web safe color of #8a156c is #990066. Color #8a156c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00010101 01101100
Octal 212 25 154
Decimal 138 21 108
Hex 8A 15 6C

RGB Percentages of Color #8a156c

%51.69
%7.87
%40.45

CMYK Percentages of Color #8a156c

%0
%85
%22
%46

Triadic Colors of #8a156c

#8a156c #6c8a15 #156c8a

Analogous Colors of #8a156c

#8a156c #8a1532 #6e158a

Monochromatic Colors of #8a156c

#8a156c

Complementary Color

#8a156c #158a33

#8a156c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a156c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a156c Color CSS Codes

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

#8a156c Text Font Color

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

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


#8a156c Background Color

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

This div background color is #8a156c


#8a156c Border Color

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

This div border color is #8a156c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,21,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a156c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a156c;
  -webkit-box-shadow: 1px 1px 3px 2px #8a156c;
  box-shadow:         1px 1px 3px 2px #8a156c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,21,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a156c


Comments

No comments written yet.

Please login to write comment.