Color Hex Logo

#806783 Color Hex

#806783
(128,103,131)
0 Favorites   0 Comments

Color spaces of #806783

RGB 128103131
HSL0.820.120.46
HSV294°21°51°
CMYK 0.020.210.00   0.49
XYZ17.849115.928423.6065
Yxy15.92840.31100.2776
Hunter Lab39.91049.9872-7.1320
CIE-Lab46.880415.2910-11.7346

#806783 color RGB value is (128,103,131).

#806783 hex color red value is 128, green value is 103 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #806783 hue: 0.82 , saturation: 0.12 and the lightness value of 806783 is 0.46.

The process color (four color CMYK) of #806783 color hex is 0.02, 0.21, 0.00, 0.49. Web safe color of #806783 is #996699. Color #806783 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100111 10000011
Octal 200 147 203
Decimal 128 103 131
Hex 80 67 83

RGB Percentages of Color #806783

%35.36
%28.45
%36.19

CMYK Percentages of Color #806783

%2
%21
%0
%49

Triadic Colors of #806783

#806783 #838067 #678380

Analogous Colors of #806783

#806783 #836778 #726783

Monochromatic Colors of #806783

#806783

Complementary Color

#806783 #6a8367

#806783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806783 Color CSS Codes

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

#806783 Text Font Color

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

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


#806783 Background Color

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

This div background color is #806783


#806783 Border Color

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

This div border color is #806783


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,103,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #806783; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #806783;
  -webkit-box-shadow: 1px 1px 3px 2px #806783;
  box-shadow:         1px 1px 3px 2px #806783; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806783


Comments

No comments written yet.

Please login to write comment.