Color Hex Logo

#8d528a Color Hex

#8D528A
(141,82,138)
0 Favorites   0 Comments

Color spaces of #8d528a

RGB 14182138
HSL0.840.260.44
HSV303°42°55°
CMYK 0.000.420.02   0.45
XYZ18.589213.532325.6770
Yxy13.53230.32160.2341
Hunter Lab36.786325.8254-15.6343
CIE-Lab43.554633.5304-20.8835

#8d528a color RGB value is (141,82,138).

#8d528a hex color red value is 141, green value is 82 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #8d528a hue: 0.84 , saturation: 0.26 and the lightness value of 8d528a is 0.44.

The process color (four color CMYK) of #8d528a color hex is 0.00, 0.42, 0.02, 0.45. Web safe color of #8d528a is #996699. Color #8d528a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010010 10001010
Octal 215 122 212
Decimal 141 82 138
Hex 8D 52 8A

RGB Percentages of Color #8d528a

%39.06
%22.71
%38.23

CMYK Percentages of Color #8d528a

%0
%42
%2
%45

Triadic Colors of #8d528a

#8d528a #8a8d52 #528a8d

Analogous Colors of #8d528a

#8d528a #8d526d #73528d

Monochromatic Colors of #8d528a

#8d528a

Complementary Color

#8d528a #528d55

#8d528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d528a Color CSS Codes

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

#8d528a Text Font Color

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

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


#8d528a Background Color

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

This div background color is #8d528a


#8d528a Border Color

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

This div border color is #8d528a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,82,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 #8d528a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d528a


Comments

No comments written yet.

Please login to write comment.