Color Hex Logo

#808dbc Color Hex

#808DBC
(128,141,188)
0 Favorites   0 Comments

Color spaces of #808dbc

RGB 128141188
HSL0.630.310.62
HSV227°32°74°
CMYK 0.320.250.00   0.26
XYZ27.504127.269851.3909
Yxy27.26980.25910.2569
Hunter Lab52.22052.6286-21.7938
CIE-Lab59.22326.4788-26.0227

#808dbc color RGB value is (128,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001101 10111100
Octal 200 215 274
Decimal 128 141 188
Hex 80 8D BC

RGB Percentages of Color #808dbc

%28.01
%30.85
%41.14

CMYK Percentages of Color #808dbc

%32
%25
%0
%26

Triadic Colors of #808dbc

#808dbc #bc808d #8dbc80

Analogous Colors of #808dbc

#808dbc #9180bc #80abbc

Monochromatic Colors of #808dbc

#808dbc

Complementary Color

#808dbc #bcaf80

#808dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#808dbc Color CSS Codes

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

#808dbc Text Font Color

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

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


#808dbc Background Color

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

This div background color is #808dbc


#808dbc Border Color

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

This div border color is #808dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808dbc


Comments

No comments written yet.

Please login to write comment.