Color Hex Logo

#808cbc Color Hex

#808CBC
(128,140,188)
0 Favorites   0 Comments

Color spaces of #808cbc

RGB 128140188
HSL0.630.310.62
HSV228°32°74°
CMYK 0.320.260.00   0.26
XYZ27.357326.976251.3420
Yxy26.97620.25890.2553
Hunter Lab51.93863.1276-22.2519
CIE-Lab58.95237.0572-26.4405

#808cbc color RGB value is (128,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001100 10111100
Octal 200 214 274
Decimal 128 140 188
Hex 80 8C BC

RGB Percentages of Color #808cbc

%28.07
%30.70
%41.23

CMYK Percentages of Color #808cbc

%32
%26
%0
%26

Triadic Colors of #808cbc

#808cbc #bc808c #8cbc80

Analogous Colors of #808cbc

#808cbc #9280bc #80aabc

Monochromatic Colors of #808cbc

#808cbc

Complementary Color

#808cbc #bcb080

#808cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#808cbc Color CSS Codes

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

#808cbc Text Font Color

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

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


#808cbc Background Color

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

This div background color is #808cbc


#808cbc Border Color

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

This div border color is #808cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808cbc


Comments

No comments written yet.

Please login to write comment.