Color Hex Logo

#8c456a Color Hex

#8C456A
(140,69,106)
0 Favorites   0 Comments

Color spaces of #8c456a

RGB 14069106
HSL0.910.340.41
HSV329°51°55°
CMYK 0.000.510.24   0.45
XYZ15.544910.872314.9149
Yxy10.87230.37610.2630
Hunter Lab32.973226.4491-3.7377
CIE-Lab39.364634.7941-7.6418

#8c456a color RGB value is (140,69,106).

#8c456a hex color red value is 140, green value is 69 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #8c456a hue: 0.91 , saturation: 0.34 and the lightness value of 8c456a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000101 01101010
Octal 214 105 152
Decimal 140 69 106
Hex 8C 45 6A

RGB Percentages of Color #8c456a

%44.44
%21.90
%33.65

CMYK Percentages of Color #8c456a

%0
%51
%24
%45

Triadic Colors of #8c456a

#8c456a #6a8c45 #456a8c

Analogous Colors of #8c456a

#8c456a #8c4547 #8b458c

Monochromatic Colors of #8c456a

#8c456a

Complementary Color

#8c456a #458c67

#8c456a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c456a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c456a Color CSS Codes

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

#8c456a Text Font Color

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

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


#8c456a Background Color

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

This div background color is #8c456a


#8c456a Border Color

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

This div border color is #8c456a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c456a


Comments

No comments written yet.

Please login to write comment.