Color Hex Logo

#8d448d Color Hex

#8D448D
(141,68,141)
0 Favorites   0 Comments

Color spaces of #8d448d

RGB 14168141
HSL0.830.350.41
HSV300°52°55°
CMYK 0.000.520.00   0.45
XYZ17.859311.720126.5202
Yxy11.72010.31830.2089
Hunter Lab34.234633.2081-21.9653
CIE-Lab40.767841.6931-27.0264

#8d448d color RGB value is (141,68,141).

#8d448d hex color red value is 141, green value is 68 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8d448d hue: 0.83 , saturation: 0.35 and the lightness value of 8d448d is 0.41.

The process color (four color CMYK) of #8d448d color hex is 0.00, 0.52, 0.00, 0.45. Web safe color of #8d448d is #993399. Color #8d448d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01000100 10001101
Octal 215 104 215
Decimal 141 68 141
Hex 8D 44 8D

RGB Percentages of Color #8d448d

%40.29
%19.43
%40.29

CMYK Percentages of Color #8d448d

%0
%52
%0
%45

Triadic Colors of #8d448d

#8d448d #8d8d44 #448d8d

Analogous Colors of #8d448d

#8d448d #8d4469 #69448d

Monochromatic Colors of #8d448d

#8d448d

Complementary Color

#8d448d #448d44

#8d448d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d448d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d448d Color CSS Codes

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

#8d448d Text Font Color

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

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


#8d448d Background Color

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

This div background color is #8d448d


#8d448d Border Color

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

This div border color is #8d448d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d448d


Comments

No comments written yet.

Please login to write comment.