Color Hex Logo

#8c304e Color Hex

#8C304E
(140,48,78)
0 Favorites   0 Comments

Color spaces of #8c304e

RGB 1404878
HSL0.950.490.37
HSV340°66°55°
CMYK 0.000.660.44   0.45
XYZ13.24738.23948.0999
Yxy8.23940.44770.2785
Hunter Lab28.704432.14663.3624
CIE-Lab34.476641.66722.9143

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

#8c304e hex color red value is 140, green value is 48 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8c304e hue: 0.95 , saturation: 0.49 and the lightness value of 8c304e is 0.37.

The process color (four color CMYK) of #8c304e color hex is 0.00, 0.66, 0.44, 0.45. Web safe color of #8c304e is #993366. Color #8c304e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00110000 01001110
Octal 214 60 116
Decimal 140 48 78
Hex 8C 30 4E

RGB Percentages of Color #8c304e

%52.63
%18.05
%29.32

CMYK Percentages of Color #8c304e

%0
%66
%44
%45

Triadic Colors of #8c304e

#8c304e #4e8c30 #304e8c

Analogous Colors of #8c304e

#8c304e #8c4030 #8c307c

Monochromatic Colors of #8c304e

#8c304e

Complementary Color

#8c304e #308c6e

#8c304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c304e Color CSS Codes

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

#8c304e Text Font Color

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

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


#8c304e Background Color

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

This div background color is #8c304e


#8c304e Border Color

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

This div border color is #8c304e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c304e


Comments

No comments written yet.

Please login to write comment.