Color Hex Logo

#8d7aa2 Color Hex

#8D7AA2
(141,122,162)
0 Favorites   0 Comments

Color spaces of #8d7aa2

RGB 141122162
HSL0.750.180.56
HSV269°25°64°
CMYK 0.130.250.00   0.36
XYZ24.465622.190437.1761
Yxy22.19040.29180.2647
Hunter Lab47.106710.2701-13.8164
CIE-Lab54.228415.3513-18.7028

#8d7aa2 color RGB value is (141,122,162).

#8d7aa2 hex color red value is 141, green value is 122 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #8d7aa2 hue: 0.75 , saturation: 0.18 and the lightness value of 8d7aa2 is 0.56.

The process color (four color CMYK) of #8d7aa2 color hex is 0.13, 0.25, 0.00, 0.36. Web safe color of #8d7aa2 is #996699. Color #8d7aa2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01111010 10100010
Octal 215 172 242
Decimal 141 122 162
Hex 8D 7A A2

RGB Percentages of Color #8d7aa2

%33.18
%28.71
%38.12

CMYK Percentages of Color #8d7aa2

%13
%25
%0
%36

Triadic Colors of #8d7aa2

#8d7aa2 #a28d7a #7aa28d

Analogous Colors of #8d7aa2

#8d7aa2 #a17aa2 #7a7ba2

Monochromatic Colors of #8d7aa2

#8d7aa2

Complementary Color

#8d7aa2 #8fa27a

#8d7aa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d7aa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d7aa2 Color CSS Codes

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

#8d7aa2 Text Font Color

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

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


#8d7aa2 Background Color

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

This div background color is #8d7aa2


#8d7aa2 Border Color

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

This div border color is #8d7aa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d7aa2


Comments

No comments written yet.

Please login to write comment.