Color Hex Logo

#8d034d Color Hex

#8D034D
(141,3,77)
1 Favorites   0 Comments

Color spaces of #8d034d

RGB 141377
HSL0.910.960.28
HSV328°98°55°
CMYK 0.000.980.45   0.45
XYZ12.35666.26377.5789
Yxy6.26370.47160.2391
Hunter Lab25.027444.3317-0.4353
CIE-Lab30.068254.7232-2.8427

#8d034d color RGB value is (141,3,77).

#8d034d hex color red value is 141, green value is 3 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #8d034d hue: 0.91 , saturation: 0.96 and the lightness value of 8d034d is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 00000011 01001101
Octal 215 3 115
Decimal 141 3 77
Hex 8D 3 4D

RGB Percentages of Color #8d034d

%63.80
%1.36
%34.84

CMYK Percentages of Color #8d034d

%0
%98
%45
%45

Triadic Colors of #8d034d

#8d034d #4d8d03 #034d8d

Analogous Colors of #8d034d

#8d034d #8d0308 #88038d

Monochromatic Colors of #8d034d

#8d034d

Complementary Color

#8d034d #038d43

#8d034d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d034d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d034d Color CSS Codes

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

#8d034d Text Font Color

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

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


#8d034d Background Color

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

This div background color is #8d034d


#8d034d Border Color

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

This div border color is #8d034d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,3,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d034d


Comments

No comments written yet.

Please login to write comment.