Color Hex Logo

#8080bd Color Hex

#8080BD
(128,128,189)
0 Favorites   0 Comments

Color spaces of #8080bd

RGB 128128189
HSL0.670.320.62
HSV240°32°74°
CMYK 0.320.320.00   0.26
XYZ25.806623.701751.3588
Yxy23.70170.25580.2350
Hunter Lab48.68449.4215-28.4679
CIE-Lab55.787914.3376-31.9133

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000000 10111101
Octal 200 200 275
Decimal 128 128 189
Hex 80 80 BD

RGB Percentages of Color #8080bd

%28.76
%28.76
%42.47

CMYK Percentages of Color #8080bd

%32
%32
%0
%26

Triadic Colors of #8080bd

#8080bd #bd8080 #80bd80

Analogous Colors of #8080bd

#8080bd #9f80bd #809fbd

Monochromatic Colors of #8080bd

#8080bd

Complementary Color

#8080bd #bdbd80

#8080bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8080bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8080bd Color CSS Codes

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

#8080bd Text Font Color

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

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


#8080bd Background Color

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

This div background color is #8080bd


#8080bd Border Color

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

This div border color is #8080bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8080bd


Comments

No comments written yet.

Please login to write comment.