Color Hex Logo

#8d7dab Color Hex

#8D7DAB
(141,125,171)
0 Favorites   0 Comments

Color spaces of #8d7dab

RGB 141125171
HSL0.720.210.58
HSV261°27°67°
CMYK 0.180.270.00   0.33
XYZ25.668823.270241.6668
Yxy23.27020.28330.2568
Hunter Lab48.239210.5639-17.4445
CIE-Lab55.349615.6496-22.1858

#8d7dab color RGB value is (141,125,171).

#8d7dab hex color red value is 141, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8d7dab hue: 0.72 , saturation: 0.21 and the lightness value of 8d7dab is 0.58.

The process color (four color CMYK) of #8d7dab color hex is 0.18, 0.27, 0.00, 0.33. Web safe color of #8d7dab is #996699. Color #8d7dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01111101 10101011
Octal 215 175 253
Decimal 141 125 171
Hex 8D 7D AB

RGB Percentages of Color #8d7dab

%32.27
%28.60
%39.13

CMYK Percentages of Color #8d7dab

%18
%27
%0
%33

Triadic Colors of #8d7dab

#8d7dab #ab8d7d #7dab8d

Analogous Colors of #8d7dab

#8d7dab #a47dab #7d84ab

Monochromatic Colors of #8d7dab

#8d7dab

Complementary Color

#8d7dab #9bab7d

#8d7dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d7dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d7dab Color CSS Codes

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

#8d7dab Text Font Color

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

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


#8d7dab Background Color

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

This div background color is #8d7dab


#8d7dab Border Color

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

This div border color is #8d7dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d7dab


Comments

No comments written yet.

Please login to write comment.