Color Hex Logo

#8c053b Color Hex

#8C053B
(140,5,59)
0 Favorites   0 Comments

Color spaces of #8c053b

RGB 140559
HSL0.930.930.28
HSV336°96°55°
CMYK 0.000.960.58   0.45
XYZ11.65895.99984.6812
Yxy5.99980.52190.2686
Hunter Lab24.494542.09725.8151
CIE-Lab29.412052.69208.2324

#8c053b color RGB value is (140,5,59).

#8c053b hex color red value is 140, green value is 5 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #8c053b hue: 0.93 , saturation: 0.93 and the lightness value of 8c053b is 0.28.

The process color (four color CMYK) of #8c053b color hex is 0.00, 0.96, 0.58, 0.45. Web safe color of #8c053b is #990033. Color #8c053b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00000101 00111011
Octal 214 5 73
Decimal 140 5 59
Hex 8C 5 3B

RGB Percentages of Color #8c053b

%68.63
%2.45
%28.92

CMYK Percentages of Color #8c053b

%0
%96
%58
%45

Triadic Colors of #8c053b

#8c053b #3b8c05 #053b8c

Analogous Colors of #8c053b

#8c053b #8c1205 #8c057f

Monochromatic Colors of #8c053b

#8c053b

Complementary Color

#8c053b #058c56

#8c053b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c053b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c053b Color CSS Codes

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

#8c053b Text Font Color

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

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


#8c053b Background Color

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

This div background color is #8c053b


#8c053b Border Color

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

This div border color is #8c053b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c053b


Comments

No comments written yet.

Please login to write comment.