Color Hex Logo

#808fbd Color Hex

#808FBD
(128,143,189)
0 Favorites   0 Comments

Color spaces of #808fbd

RGB 128143189
HSL0.630.320.62
HSV225°32°74°
CMYK 0.320.240.00   0.26
XYZ27.909927.908252.0599
Yxy27.90820.25870.2587
Hunter Lab52.82821.8547-21.4480
CIE-Lab59.80575.5867-25.6913

#808fbd color RGB value is (128,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001111 10111101
Octal 200 217 275
Decimal 128 143 189
Hex 80 8F BD

RGB Percentages of Color #808fbd

%27.83
%31.09
%41.09

CMYK Percentages of Color #808fbd

%32
%24
%0
%26

Triadic Colors of #808fbd

#808fbd #bd808f #8fbd80

Analogous Colors of #808fbd

#808fbd #9080bd #80aebd

Monochromatic Colors of #808fbd

#808fbd

Complementary Color

#808fbd #bdae80

#808fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#808fbd Color CSS Codes

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

#808fbd Text Font Color

<p style="color:#808fbd">Text here</p>

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


#808fbd Background Color

<div style="background-color:#808fbd">
Div content here</div>

This div background color is #808fbd


#808fbd Border Color

<div style="border:3px solid #808fbd">
Div here</div>

This div border color is #808fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808fbd

#808fbd Color Palettes


Comments

No comments written yet.

Please login to write comment.