Color Hex Logo

#8c1576 Color Hex

#8C1576
(140,21,118)
0 Favorites   0 Comments

Color spaces of #8c1576

RGB 14021118
HSL0.860.740.32
HSV311°85°55°
CMYK 0.000.850.16   0.45
XYZ14.35347.419817.8152
Yxy7.41980.36260.1874
Hunter Lab27.239346.3895-19.7096
CIE-Lab32.744156.1579-25.3474

#8c1576 color RGB value is (140,21,118).

#8c1576 hex color red value is 140, green value is 21 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #8c1576 hue: 0.86 , saturation: 0.74 and the lightness value of 8c1576 is 0.32.

The process color (four color CMYK) of #8c1576 color hex is 0.00, 0.85, 0.16, 0.45. Web safe color of #8c1576 is #990066. Color #8c1576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00010101 01110110
Octal 214 25 166
Decimal 140 21 118
Hex 8C 15 76

RGB Percentages of Color #8c1576

%50.18
%7.53
%42.29

CMYK Percentages of Color #8c1576

%0
%85
%16
%45

Triadic Colors of #8c1576

#8c1576 #768c15 #15768c

Analogous Colors of #8c1576

#8c1576 #8c153b #67158c

Monochromatic Colors of #8c1576

#8c1576

Complementary Color

#8c1576 #158c2b

#8c1576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c1576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c1576 Color CSS Codes

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

#8c1576 Text Font Color

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

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


#8c1576 Background Color

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

This div background color is #8c1576


#8c1576 Border Color

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

This div border color is #8c1576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c1576


Comments

No comments written yet.

Please login to write comment.