Color Hex Logo

#8080bf Color Hex

#8080BF
(128,128,191)
0 Favorites   0 Comments

Color spaces of #8080bf

RGB 128128191
HSL0.670.330.63
HSV240°33°75°
CMYK 0.330.330.00   0.25
XYZ26.025223.789152.5103
Yxy23.78910.25430.2325
Hunter Lab48.77419.8906-29.6899
CIE-Lab55.876014.8694-32.9163

#8080bf color RGB value is (128,128,191).

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

The process color (four color CMYK) of #8080bf color hex is 0.33, 0.33, 0.00, 0.25. Web safe color of #8080bf is #9999cc. Color #8080bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000000 10111111
Octal 200 200 277
Decimal 128 128 191
Hex 80 80 BF

RGB Percentages of Color #8080bf

%28.64
%28.64
%42.73

CMYK Percentages of Color #8080bf

%33
%33
%0
%25

Triadic Colors of #8080bf

#8080bf #bf8080 #80bf80

Analogous Colors of #8080bf

#8080bf #a080bf #80a0bf

Monochromatic Colors of #8080bf

#8080bf

Complementary Color

#8080bf #bfbf80

#8080bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8080bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8080bf Color CSS Codes

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

#8080bf Text Font Color

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

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


#8080bf Background Color

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

This div background color is #8080bf


#8080bf Border Color

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

This div border color is #8080bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8080bf


Comments

No comments written yet.

Please login to write comment.