Color Hex Logo

#8880bd Color Hex

#8880BD
(136,128,189)
0 Favorites   0 Comments

Color spaces of #8880bd

RGB 136128189
HSL0.690.320.62
HSV248°32°74°
CMYK 0.280.320.00   0.26
XYZ27.057824.346751.4174
Yxy24.34670.26320.2368
Hunter Lab49.342411.5346-27.2437
CIE-Lab56.433316.7060-30.8598

#8880bd color RGB value is (136,128,189).

#8880bd hex color red value is 136, green value is 128 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8880bd hue: 0.69 , saturation: 0.32 and the lightness value of 8880bd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000000 10111101
Octal 210 200 275
Decimal 136 128 189
Hex 88 80 BD

RGB Percentages of Color #8880bd

%30.02
%28.26
%41.72

CMYK Percentages of Color #8880bd

%28
%32
%0
%26

Triadic Colors of #8880bd

#8880bd #bd8880 #80bd88

Analogous Colors of #8880bd

#8880bd #a780bd #8097bd

Monochromatic Colors of #8880bd

#8880bd

Complementary Color

#8880bd #b5bd80

#8880bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8880bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8880bd Color CSS Codes

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

#8880bd Text Font Color

<p style="color:#8880bd">Text here</p>

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


#8880bd Background Color

<div style="background-color:#8880bd">
Div content here</div>

This div background color is #8880bd


#8880bd Border Color

<div style="border:3px solid #8880bd">
Div here</div>

This div border color is #8880bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,128,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 #8880bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8880bd

#8880bd Color Palettes


Comments

No comments written yet.

Please login to write comment.