Color Hex Logo

#8c154e Color Hex

#8C154E
(140,21,78)
0 Favorites   0 Comments

Color spaces of #8c154e

RGB 1402178
HSL0.920.740.32
HSV331°85°55°
CMYK 0.000.850.44   0.45
XYZ12.45856.66187.8370
Yxy6.66180.46220.2471
Hunter Lab25.810540.99220.0647
CIE-Lab31.024251.2968-2.1180

#8c154e color RGB value is (140,21,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00010101 01001110
Octal 214 25 116
Decimal 140 21 78
Hex 8C 15 4E

RGB Percentages of Color #8c154e

%58.58
%8.79
%32.64

CMYK Percentages of Color #8c154e

%0
%85
%44
%45

Triadic Colors of #8c154e

#8c154e #4e8c15 #154e8c

Analogous Colors of #8c154e

#8c154e #8c1815 #8c158a

Monochromatic Colors of #8c154e

#8c154e

Complementary Color

#8c154e #158c53

#8c154e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c154e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c154e Color CSS Codes

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

#8c154e Text Font Color

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

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


#8c154e Background Color

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

This div background color is #8c154e


#8c154e Border Color

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

This div border color is #8c154e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c154e


Comments

No comments written yet.

Please login to write comment.