Color Hex Logo

#8c1980 Color Hex

#8C1980
(140,25,128)
0 Favorites   0 Comments

Color spaces of #8c1980

RGB 14025128
HSL0.850.700.32
HSV306°82°55°
CMYK 0.000.820.09   0.45
XYZ15.05917.829221.1396
Yxy7.82920.34200.1778
Hunter Lab27.980747.1017-25.2075
CIE-Lab33.624656.6566-30.2493

#8c1980 color RGB value is (140,25,128).

#8c1980 hex color red value is 140, green value is 25 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #8c1980 hue: 0.85 , saturation: 0.70 and the lightness value of 8c1980 is 0.32.

The process color (four color CMYK) of #8c1980 color hex is 0.00, 0.82, 0.09, 0.45. Web safe color of #8c1980 is #990099. Color #8c1980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00011001 10000000
Octal 214 31 200
Decimal 140 25 128
Hex 8C 19 80

RGB Percentages of Color #8c1980

%47.78
%8.53
%43.69

CMYK Percentages of Color #8c1980

%0
%82
%9
%45

Triadic Colors of #8c1980

#8c1980 #808c19 #19808c

Analogous Colors of #8c1980

#8c1980 #8c1946 #5f198c

Monochromatic Colors of #8c1980

#8c1980

Complementary Color

#8c1980 #198c25

#8c1980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c1980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c1980 Color CSS Codes

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

#8c1980 Text Font Color

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

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


#8c1980 Background Color

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

This div background color is #8c1980


#8c1980 Border Color

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

This div border color is #8c1980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c1980


Comments

No comments written yet.

Please login to write comment.