Color Hex Logo

#805688 Color Hex

#805688
(128,86,136)
0 Favorites   0 Comments

Color spaces of #805688

RGB 12886136
HSL0.810.230.44
HSV290°37°53°
CMYK 0.060.370.00   0.47
XYZ16.673813.022324.9273
Yxy13.02230.30530.2384
Hunter Lab36.086419.3250-15.6951
CIE-Lab42.796826.4649-20.9755

#805688 color RGB value is (128,86,136).

#805688 hex color red value is 128, green value is 86 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #805688 hue: 0.81 , saturation: 0.23 and the lightness value of 805688 is 0.44.

The process color (four color CMYK) of #805688 color hex is 0.06, 0.37, 0.00, 0.47. Web safe color of #805688 is #996699. Color #805688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010110 10001000
Octal 200 126 210
Decimal 128 86 136
Hex 80 56 88

RGB Percentages of Color #805688

%36.57
%24.57
%38.86

CMYK Percentages of Color #805688

%6
%37
%0
%47

Triadic Colors of #805688

#805688 #888056 #568880

Analogous Colors of #805688

#805688 #885677 #675688

Monochromatic Colors of #805688

#805688

Complementary Color

#805688 #5e8856

#805688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805688 Color CSS Codes

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

#805688 Text Font Color

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

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


#805688 Background Color

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

This div background color is #805688


#805688 Border Color

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

This div border color is #805688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805688


Comments

No comments written yet.

Please login to write comment.