Color Hex Logo

#8d8abe Color Hex

#8D8ABE
(141,138,190)
0 Favorites   0 Comments

Color spaces of #8d8abe

RGB 141138190
HSL0.680.290.64
HSV243°27°75°
CMYK 0.260.270.00   0.25
XYZ29.367227.557452.4865
Yxy27.55740.26840.2519
Hunter Lab52.49517.9912-22.5336
CIE-Lab59.486812.6479-26.6672

#8d8abe color RGB value is (141,138,190).

#8d8abe hex color red value is 141, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8d8abe hue: 0.68 , saturation: 0.29 and the lightness value of 8d8abe is 0.64.

The process color (four color CMYK) of #8d8abe color hex is 0.26, 0.27, 0.00, 0.25. Web safe color of #8d8abe is #9999cc. Color #8d8abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10001010 10111110
Octal 215 212 276
Decimal 141 138 190
Hex 8D 8A BE

RGB Percentages of Color #8d8abe

%30.06
%29.42
%40.51

CMYK Percentages of Color #8d8abe

%26
%27
%0
%25

Triadic Colors of #8d8abe

#8d8abe #be8d8a #8abe8d

Analogous Colors of #8d8abe

#8d8abe #a78abe #8aa1be

Monochromatic Colors of #8d8abe

#8d8abe

Complementary Color

#8d8abe #bbbe8a

#8d8abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d8abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d8abe Color CSS Codes

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

#8d8abe Text Font Color

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

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


#8d8abe Background Color

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

This div background color is #8d8abe


#8d8abe Border Color

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

This div border color is #8d8abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d8abe


Comments

No comments written yet.

Please login to write comment.