Color Hex Logo

#808ccc Color Hex

#808CCC
(128,140,204)
0 Favorites   0 Comments

Color spaces of #808ccc

RGB 128140204
HSL0.640.430.65
HSV231°37°80°
CMYK 0.370.310.00   0.20
XYZ29.179327.705060.9364
Yxy27.70500.24770.2351
Hunter Lab52.63556.8420-31.7954
CIE-Lab59.621311.3455-34.4356

#808ccc color RGB value is (128,140,204).

#808ccc hex color red value is 128, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #808ccc hue: 0.64 , saturation: 0.43 and the lightness value of 808ccc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001100 11001100
Octal 200 214 314
Decimal 128 140 204
Hex 80 8C CC

RGB Percentages of Color #808ccc

%27.12
%29.66
%43.22

CMYK Percentages of Color #808ccc

%37
%31
%0
%20

Triadic Colors of #808ccc

#808ccc #cc808c #8ccc80

Analogous Colors of #808ccc

#808ccc #9a80cc #80b2cc

Monochromatic Colors of #808ccc

#808ccc

Complementary Color

#808ccc #ccc080

#808ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#808ccc Color CSS Codes

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

#808ccc Text Font Color

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

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


#808ccc Background Color

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

This div background color is #808ccc


#808ccc Border Color

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

This div border color is #808ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808ccc


Comments

No comments written yet.

Please login to write comment.