Color Hex Logo

#809bcb Color Hex

#809BCB
(128,155,203)
0 Favorites   0 Comments

Color spaces of #809bcb

RGB 128155203
HSL0.610.420.65
HSV218°37°80°
CMYK 0.370.240.00   0.20
XYZ31.402932.343761.0878
Yxy32.34370.25160.2591
Hunter Lab56.8715-0.9623-23.8755
CIE-Lab63.62592.4432-27.6674

#809bcb color RGB value is (128,155,203).

#809bcb hex color red value is 128, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #809bcb hue: 0.61 , saturation: 0.42 and the lightness value of 809bcb is 0.65.

The process color (four color CMYK) of #809bcb color hex is 0.37, 0.24, 0.00, 0.20. Web safe color of #809bcb is #9999cc. Color #809bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 11001011
Octal 200 233 313
Decimal 128 155 203
Hex 80 9B CB

RGB Percentages of Color #809bcb

%26.34
%31.89
%41.77

CMYK Percentages of Color #809bcb

%37
%24
%0
%20

Triadic Colors of #809bcb

#809bcb #cb809b #9bcb80

Analogous Colors of #809bcb

#809bcb #8b80cb #80c1cb

Monochromatic Colors of #809bcb

#809bcb

Complementary Color

#809bcb #cbb080

#809bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#809bcb Color CSS Codes

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

#809bcb Text Font Color

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

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


#809bcb Background Color

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

This div background color is #809bcb


#809bcb Border Color

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

This div border color is #809bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809bcb

#809bcb Color Palettes


Comments

No comments written yet.

Please login to write comment.