Color Hex Logo

#809fcc Color Hex

#809FCC
(128,159,204)
0 Favorites   0 Comments

Color spaces of #809fcc

RGB 128159204
HSL0.600.430.65
HSV216°37°80°
CMYK 0.370.220.00   0.20
XYZ32.199333.745161.9431
Yxy33.74510.25180.2639
Hunter Lab58.0905-2.7167-22.5587
CIE-Lab64.75970.4538-26.4788

#809fcc color RGB value is (128,159,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011111 11001100
Octal 200 237 314
Decimal 128 159 204
Hex 80 9F CC

RGB Percentages of Color #809fcc

%26.07
%32.38
%41.55

CMYK Percentages of Color #809fcc

%37
%22
%0
%20

Triadic Colors of #809fcc

#809fcc #cc809f #9fcc80

Analogous Colors of #809fcc

#809fcc #8780cc #80c5cc

Monochromatic Colors of #809fcc

#809fcc

Complementary Color

#809fcc #ccad80

#809fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#809fcc Color CSS Codes

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

#809fcc Text Font Color

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

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


#809fcc Background Color

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

This div background color is #809fcc


#809fcc Border Color

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

This div border color is #809fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809fcc


Comments

No comments written yet.

Please login to write comment.