Color Hex Logo

#8d295e Color Hex

#8D295E
(141,41,94)
0 Favorites   0 Comments

Color spaces of #8d295e

RGB 1414194
HSL0.910.550.36
HSV328°71°55°
CMYK 0.000.710.33   0.45
XYZ13.79788.056711.4176
Yxy8.05670.41470.2421
Hunter Lab28.384337.0974-3.9804
CIE-Lab34.100746.8297-7.9318

#8d295e color RGB value is (141,41,94).

#8d295e hex color red value is 141, green value is 41 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8d295e hue: 0.91 , saturation: 0.55 and the lightness value of 8d295e is 0.36.

The process color (four color CMYK) of #8d295e color hex is 0.00, 0.71, 0.33, 0.45. Web safe color of #8d295e is #993366. Color #8d295e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00101001 01011110
Octal 215 51 136
Decimal 141 41 94
Hex 8D 29 5E

RGB Percentages of Color #8d295e

%51.09
%14.86
%34.06

CMYK Percentages of Color #8d295e

%0
%71
%33
%45

Triadic Colors of #8d295e

#8d295e #5e8d29 #295e8d

Analogous Colors of #8d295e

#8d295e #8d292c #8a298d

Monochromatic Colors of #8d295e

#8d295e

Complementary Color

#8d295e #298d58

#8d295e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d295e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d295e Color CSS Codes

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

#8d295e Text Font Color

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

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


#8d295e Background Color

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

This div background color is #8d295e


#8d295e Border Color

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

This div border color is #8d295e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d295e


Comments

No comments written yet.

Please login to write comment.