Color Hex Logo

#808fbc Color Hex

#808FBC
(128,143,188)
0 Favorites   0 Comments

Color spaces of #808fbc

RGB 128143188
HSL0.630.310.62
HSV225°32°74°
CMYK 0.320.240.00   0.26
XYZ27.801627.865051.4901
Yxy27.86500.25940.2600
Hunter Lab52.78731.6332-20.8819
CIE-Lab59.76665.3249-25.1861

#808fbc color RGB value is (128,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001111 10111100
Octal 200 217 274
Decimal 128 143 188
Hex 80 8F BC

RGB Percentages of Color #808fbc

%27.89
%31.15
%40.96

CMYK Percentages of Color #808fbc

%32
%24
%0
%26

Triadic Colors of #808fbc

#808fbc #bc808f #8fbc80

Analogous Colors of #808fbc

#808fbc #8f80bc #80adbc

Monochromatic Colors of #808fbc

#808fbc

Complementary Color

#808fbc #bcad80

#808fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#808fbc Color CSS Codes

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

#808fbc Text Font Color

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

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


#808fbc Background Color

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

This div background color is #808fbc


#808fbc Border Color

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

This div border color is #808fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808fbc


Comments

No comments written yet.

Please login to write comment.