Color Hex Logo

#809cbc Color Hex

#809CBC
(128,156,188)
0 Favorites   0 Comments

Color spaces of #809cbc

RGB 128156188
HSL0.590.310.62
HSV212°32°74°
CMYK 0.320.170.00   0.26
XYZ29.867731.997052.1788
Yxy31.99700.26190.2806
Hunter Lab56.5659-4.7394-15.0955
CIE-Lab63.3404-2.0532-19.7159

#809cbc color RGB value is (128,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011100 10111100
Octal 200 234 274
Decimal 128 156 188
Hex 80 9C BC

RGB Percentages of Color #809cbc

%27.12
%33.05
%39.83

CMYK Percentages of Color #809cbc

%32
%17
%0
%26

Triadic Colors of #809cbc

#809cbc #bc809c #9cbc80

Analogous Colors of #809cbc

#809cbc #8280bc #80babc

Monochromatic Colors of #809cbc

#809cbc

Complementary Color

#809cbc #bca080

#809cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#809cbc Color CSS Codes

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

#809cbc Text Font Color

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

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


#809cbc Background Color

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

This div background color is #809cbc


#809cbc Border Color

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

This div border color is #809cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809cbc


Comments

No comments written yet.

Please login to write comment.