Color Hex Logo

#8c366a Color Hex

#8C366A
(140,54,106)
0 Favorites   0 Comments

Color spaces of #8c366a

RGB 14054106
HSL0.900.440.38
HSV324°61°55°
CMYK 0.000.610.24   0.45
XYZ14.73599.254414.6453
Yxy9.25440.38140.2395
Hunter Lab30.421033.2283-7.2487
CIE-Lab36.469642.4443-12.0082

#8c366a color RGB value is (140,54,106).

#8c366a hex color red value is 140, green value is 54 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #8c366a hue: 0.90 , saturation: 0.44 and the lightness value of 8c366a is 0.38.

The process color (four color CMYK) of #8c366a color hex is 0.00, 0.61, 0.24, 0.45. Web safe color of #8c366a is #993366. Color #8c366a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00110110 01101010
Octal 214 66 152
Decimal 140 54 106
Hex 8C 36 6A

RGB Percentages of Color #8c366a

%46.67
%18.00
%35.33

CMYK Percentages of Color #8c366a

%0
%61
%24
%45

Triadic Colors of #8c366a

#8c366a #6a8c36 #366a8c

Analogous Colors of #8c366a

#8c366a #8c363f #83368c

Monochromatic Colors of #8c366a

#8c366a

Complementary Color

#8c366a #368c58

#8c366a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c366a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c366a Color CSS Codes

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

#8c366a Text Font Color

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

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


#8c366a Background Color

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

This div background color is #8c366a


#8c366a Border Color

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

This div border color is #8c366a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c366a


Comments

No comments written yet.

Please login to write comment.