Color Hex Logo

#80609e Color Hex

#80609E
(128,96,158)
0 Favorites   0 Comments

Color spaces of #80609e

RGB 12896158
HSL0.750.240.50
HSV271°39°62°
CMYK 0.190.390.00   0.38
XYZ19.256515.423634.3099
Yxy15.42360.27910.2236
Hunter Lab39.272918.7955-24.3064
CIE-Lab46.209025.5210-28.8405

#80609e color RGB value is (128,96,158).

#80609e hex color red value is 128, green value is 96 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #80609e hue: 0.75 , saturation: 0.24 and the lightness value of 80609e is 0.50.

The process color (four color CMYK) of #80609e color hex is 0.19, 0.39, 0.00, 0.38. Web safe color of #80609e is #996699. Color #80609e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 10011110
Octal 200 140 236
Decimal 128 96 158
Hex 80 60 9E

RGB Percentages of Color #80609e

%33.51
%25.13
%41.36

CMYK Percentages of Color #80609e

%19
%39
%0
%38

Triadic Colors of #80609e

#80609e #9e8060 #609e80

Analogous Colors of #80609e

#80609e #9e609d #61609e

Monochromatic Colors of #80609e

#80609e

Complementary Color

#80609e #7e9e60

#80609e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80609e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80609e Color CSS Codes

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

#80609e Text Font Color

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

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


#80609e Background Color

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

This div background color is #80609e


#80609e Border Color

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

This div border color is #80609e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,96,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80609e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80609e;
  -webkit-box-shadow: 1px 1px 3px 2px #80609e;
  box-shadow:         1px 1px 3px 2px #80609e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80609e


Comments

No comments written yet.

Please login to write comment.