Color Hex Logo

#809bdb Color Hex

#809BDB
(128,155,219)
0 Favorites   0 Comments

Color spaces of #809bdb

RGB 128155219
HSL0.620.560.68
HSV222°42°86°
CMYK 0.420.290.00   0.14
XYZ33.409633.146471.6548
Yxy33.14640.24170.2398
Hunter Lab57.57292.8311-33.4908
CIE-Lab64.27936.8383-35.5511

#809bdb color RGB value is (128,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 11011011
Octal 200 233 333
Decimal 128 155 219
Hex 80 9B DB

RGB Percentages of Color #809bdb

%25.50
%30.88
%43.63

CMYK Percentages of Color #809bdb

%42
%29
%0
%14

Triadic Colors of #809bdb

#809bdb #db809b #9bdb80

Analogous Colors of #809bdb

#809bdb #9380db #80c9db

Monochromatic Colors of #809bdb

#809bdb

Complementary Color

#809bdb #dbc080

#809bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#809bdb Color CSS Codes

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

#809bdb Text Font Color

<p style="color:#809bdb">Text here</p>

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


#809bdb Background Color

<div style="background-color:#809bdb">
Div content here</div>

This div background color is #809bdb


#809bdb Border Color

<div style="border:3px solid #809bdb">
Div here</div>

This div border color is #809bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809bdb


Comments

No comments written yet.

Please login to write comment.