Color Hex Logo

#809bbe Color Hex

#809BBE
(128,155,190)
0 Favorites   0 Comments

Color spaces of #809bbe

RGB 128155190
HSL0.590.320.62
HSV214°33°75°
CMYK 0.330.180.00   0.25
XYZ29.917731.749653.2666
Yxy31.74960.26030.2762
Hunter Lab56.3468-3.8311-16.6062
CIE-Lab63.1354-0.9800-21.1495

#809bbe color RGB value is (128,155,190).

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

The process color (four color CMYK) of #809bbe color hex is 0.33, 0.18, 0.00, 0.25. Web safe color of #809bbe is #9999cc. Color #809bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 10111110
Octal 200 233 276
Decimal 128 155 190
Hex 80 9B BE

RGB Percentages of Color #809bbe

%27.06
%32.77
%40.17

CMYK Percentages of Color #809bbe

%33
%18
%0
%25

Triadic Colors of #809bbe

#809bbe #be809b #9bbe80

Analogous Colors of #809bbe

#809bbe #8480be #80babe

Monochromatic Colors of #809bbe

#809bbe

Complementary Color

#809bbe #bea380

#809bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#809bbe Color CSS Codes

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

#809bbe Text Font Color

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

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


#809bbe Background Color

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

This div background color is #809bbe


#809bbe Border Color

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

This div border color is #809bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809bbe


Comments

No comments written yet.

Please login to write comment.