Color Hex Logo

#809dcc Color Hex

#809DCC
(128,157,204)
0 Favorites   0 Comments

Color spaces of #809dcc

RGB 128157204
HSL0.600.430.65
HSV217°37°80°
CMYK 0.370.230.00   0.20
XYZ31.858133.062861.8294
Yxy33.06280.25130.2608
Hunter Lab57.5003-1.7273-23.5037
CIE-Lab64.21171.5804-27.3222

#809dcc color RGB value is (128,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011101 11001100
Octal 200 235 314
Decimal 128 157 204
Hex 80 9D CC

RGB Percentages of Color #809dcc

%26.18
%32.11
%41.72

CMYK Percentages of Color #809dcc

%37
%23
%0
%20

Triadic Colors of #809dcc

#809dcc #cc809d #9dcc80

Analogous Colors of #809dcc

#809dcc #8980cc #80c3cc

Monochromatic Colors of #809dcc

#809dcc

Complementary Color

#809dcc #ccaf80

#809dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#809dcc Color CSS Codes

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

#809dcc Text Font Color

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

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


#809dcc Background Color

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

This div background color is #809dcc


#809dcc Border Color

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

This div border color is #809dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809dcc


Comments

No comments written yet.

Please login to write comment.