color codes Logo

#a8136c color codes

#A8136C
(168,19,108)
0 Favorites   0 Comments

Color spaces of #a8136c

RGB 16819108
HSL0.900.800.37
HSV324°89°66°
CMYK 0.000.890.36   0.34
XYZ19.08819.873315.0870
Yxy9.87330.43330.2241
Hunter Lab31.421853.4469-6.4725
CIE-Lab37.614161.7096-11.0549

#a8136c color RGB value is (168,19,108).

#a8136c hex color red value is 168, green value is 19 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a8136c hue: 0.90 , saturation: 0.80 and the lightness value of a8136c is 0.37.

The process color (four color CMYK) of #a8136c color code is 0.00, 0.89, 0.36, 0.34. Web safe color of #a8136c is #990066. Color #a8136c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 01101100
Octal 250 23 154
Decimal 168 19 108
Hex A8 13 6C

RGB Percentages of Color #a8136c

%56.95
%6.44
%36.61

CMYK Percentages of Color #a8136c

%0
%89
%36
%34

Triadic Colors of #a8136c

#a8136c #6ca813 #136ca8

Analogous Colors of #a8136c

#a8136c #a81321 #9a13a8

Monochromatic Colors of #a8136c

#a8136c

Complementary Color

#a8136c #13a84f

#a8136c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8136c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8136c Color CSS Codes

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

#a8136c Text Font Color

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

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


#a8136c Background Color

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

This div background color is #a8136c


#a8136c Border Color

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

This div border color is #a8136c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,19,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8136c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8136c;
  -webkit-box-shadow: 1px 1px 3px 2px #a8136c;
  box-shadow:         1px 1px 3px 2px #a8136c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,19,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 #a8136c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8136c


Comments

No comments written yet.

Please login to write comment.