Color Hex Logo

#808fcc Color Hex

#808FCC
(128,143,204)
0 Favorites   0 Comments

Color spaces of #808fcc

RGB 128143204
HSL0.630.430.65
HSV228°37°80°
CMYK 0.370.300.00   0.20
XYZ29.623628.593761.0846
Yxy28.59370.24830.2397
Hunter Lab53.47315.3095-30.2984
CIE-Lab60.42149.6003-33.1896

#808fcc color RGB value is (128,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001111 11001100
Octal 200 217 314
Decimal 128 143 204
Hex 80 8F CC

RGB Percentages of Color #808fcc

%26.95
%30.11
%42.95

CMYK Percentages of Color #808fcc

%37
%30
%0
%20

Triadic Colors of #808fcc

#808fcc #cc808f #8fcc80

Analogous Colors of #808fcc

#808fcc #9780cc #80b5cc

Monochromatic Colors of #808fcc

#808fcc

Complementary Color

#808fcc #ccbd80

#808fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#808fcc Color CSS Codes

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

#808fcc Text Font Color

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

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


#808fcc Background Color

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

This div background color is #808fcc


#808fcc Border Color

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

This div border color is #808fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808fcc


Comments

No comments written yet.

Please login to write comment.