Color Hex Logo

#808ddb Color Hex

#808DDB
(128,141,219)
0 Favorites   0 Comments

Color spaces of #808ddb

RGB 128141219
HSL0.640.560.68
HSV231°42°86°
CMYK 0.420.360.00   0.14
XYZ31.213128.753470.9227
Yxy28.75340.23850.2197
Hunter Lab53.622210.0647-40.8836
CIE-Lab60.563414.9461-41.3633

#808ddb color RGB value is (128,141,219).

#808ddb hex color red value is 128, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #808ddb hue: 0.64 , saturation: 0.56 and the lightness value of 808ddb is 0.68.

The process color (four color CMYK) of #808ddb color hex is 0.42, 0.36, 0.00, 0.14. Web safe color of #808ddb is #9999cc. Color #808ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001101 11011011
Octal 200 215 333
Decimal 128 141 219
Hex 80 8D DB

RGB Percentages of Color #808ddb

%26.23
%28.89
%44.88

CMYK Percentages of Color #808ddb

%42
%36
%0
%14

Triadic Colors of #808ddb

#808ddb #db808d #8ddb80

Analogous Colors of #808ddb

#808ddb #a180db #80bbdb

Monochromatic Colors of #808ddb

#808ddb

Complementary Color

#808ddb #dbce80

#808ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#808ddb Color CSS Codes

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

#808ddb Text Font Color

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

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


#808ddb Background Color

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

This div background color is #808ddb


#808ddb Border Color

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

This div border color is #808ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808ddb

#808ddb Color Palettes


Comments

No comments written yet.

Please login to write comment.