Color Hex Logo

#8c084e Color Hex

#8C084E
(140,8,78)
0 Favorites   0 Comments

Color spaces of #8c084e

RGB 140878
HSL0.910.890.29
HSV328°94°55°
CMYK 0.000.940.44   0.45
XYZ12.27726.29927.7765
Yxy6.29920.46590.2390
Hunter Lab25.098243.3943-0.8018
CIE-Lab30.155153.8051-3.4018

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

#8c084e hex color red value is 140, green value is 8 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8c084e hue: 0.91 , saturation: 0.89 and the lightness value of 8c084e is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00001000 01001110
Octal 214 10 116
Decimal 140 8 78
Hex 8C 8 4E

RGB Percentages of Color #8c084e

%61.95
%3.54
%34.51

CMYK Percentages of Color #8c084e

%0
%94
%44
%45

Triadic Colors of #8c084e

#8c084e #4e8c08 #084e8c

Analogous Colors of #8c084e

#8c084e #8c080c #88088c

Monochromatic Colors of #8c084e

#8c084e

Complementary Color

#8c084e #088c46

#8c084e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c084e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c084e Color CSS Codes

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

#8c084e Text Font Color

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

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


#8c084e Background Color

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

This div background color is #8c084e


#8c084e Border Color

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

This div border color is #8c084e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c084e


Comments

No comments written yet.

Please login to write comment.