Color Hex Logo

#8b448a Color Hex

#8B448A
(139,68,138)
0 Favorites   0 Comments

Color spaces of #8b448a

RGB 13968138
HSL0.840.340.41
HSV301°51°55°
CMYK 0.000.510.01   0.45
XYZ17.302011.458225.3445
Yxy11.45820.31980.2118
Hunter Lab33.850032.0007-20.6973
CIE-Lab40.341740.5191-25.8873

#8b448a color RGB value is (139,68,138).

#8b448a hex color red value is 139, green value is 68 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #8b448a hue: 0.84 , saturation: 0.34 and the lightness value of 8b448a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01000100 10001010
Octal 213 104 212
Decimal 139 68 138
Hex 8B 44 8A

RGB Percentages of Color #8b448a

%40.29
%19.71
%40.00

CMYK Percentages of Color #8b448a

%0
%51
%1
%45

Triadic Colors of #8b448a

#8b448a #8a8b44 #448a8b

Analogous Colors of #8b448a

#8b448a #8b4467 #69448b

Monochromatic Colors of #8b448a

#8b448a

Complementary Color

#8b448a #448b45

#8b448a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b448a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b448a Color CSS Codes

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

#8b448a Text Font Color

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

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


#8b448a Background Color

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

This div background color is #8b448a


#8b448a Border Color

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

This div border color is #8b448a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b448a


Comments

No comments written yet.

Please login to write comment.