Color Hex Logo

#8c177a Color Hex

#8C177A
(140,23,122)
0 Favorites   0 Comments

Color spaces of #8c177a

RGB 14023122
HSL0.860.720.32
HSV309°84°55°
CMYK 0.000.840.13   0.45
XYZ14.63457.593419.1067
Yxy7.59340.35400.1837
Hunter Lab27.556146.5745-21.8209
CIE-Lab33.121356.2589-27.2790

#8c177a color RGB value is (140,23,122).

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

The process color (four color CMYK) of #8c177a color hex is 0.00, 0.84, 0.13, 0.45. Web safe color of #8c177a is #990066. Color #8c177a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00010111 01111010
Octal 214 27 172
Decimal 140 23 122
Hex 8C 17 7A

RGB Percentages of Color #8c177a

%49.12
%8.07
%42.81

CMYK Percentages of Color #8c177a

%0
%84
%13
%45

Triadic Colors of #8c177a

#8c177a #7a8c17 #177a8c

Analogous Colors of #8c177a

#8c177a #8c173f #64178c

Monochromatic Colors of #8c177a

#8c177a

Complementary Color

#8c177a #178c29

#8c177a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c177a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c177a Color CSS Codes

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

#8c177a Text Font Color

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

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


#8c177a Background Color

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

This div background color is #8c177a


#8c177a Border Color

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

This div border color is #8c177a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c177a


Comments

No comments written yet.

Please login to write comment.