Color Hex Logo

#8d88bd Color Hex

#8D88BD
(141,136,189)
0 Favorites   0 Comments

Color spaces of #8d88bd

RGB 141136189
HSL0.680.290.64
HSV246°28°74°
CMYK 0.250.280.00   0.26
XYZ28.974026.945251.8180
Yxy26.94520.26890.2501
Hunter Lab51.90888.7933-22.8502
CIE-Lab58.923613.5600-26.9696

#8d88bd color RGB value is (141,136,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10001000 10111101
Octal 215 210 275
Decimal 141 136 189
Hex 8D 88 BD

RGB Percentages of Color #8d88bd

%30.26
%29.18
%40.56

CMYK Percentages of Color #8d88bd

%25
%28
%0
%26

Triadic Colors of #8d88bd

#8d88bd #bd8d88 #88bd8d

Analogous Colors of #8d88bd

#8d88bd #a888bd #889ebd

Monochromatic Colors of #8d88bd

#8d88bd

Complementary Color

#8d88bd #b8bd88

#8d88bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d88bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d88bd Color CSS Codes

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

#8d88bd Text Font Color

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

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


#8d88bd Background Color

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

This div background color is #8d88bd


#8d88bd Border Color

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

This div border color is #8d88bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d88bd


Comments

No comments written yet.

Please login to write comment.