Color Hex Logo

#80648a Color Hex

#80648A
(128,100,138)
0 Favorites   0 Comments

Color spaces of #80648a

RGB 128100138
HSL0.790.160.47
HSV284°28°54°
CMYK 0.070.280.00   0.46
XYZ18.046715.538526.0928
Yxy15.53850.30240.2604
Hunter Lab39.418912.7375-11.6530
CIE-Lab46.363118.5735-16.7047

#80648a color RGB value is (128,100,138).

#80648a hex color red value is 128, green value is 100 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #80648a hue: 0.79 , saturation: 0.16 and the lightness value of 80648a is 0.47.

The process color (four color CMYK) of #80648a color hex is 0.07, 0.28, 0.00, 0.46. Web safe color of #80648a is #996699. Color #80648a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100100 10001010
Octal 200 144 212
Decimal 128 100 138
Hex 80 64 8A

RGB Percentages of Color #80648a

%34.97
%27.32
%37.70

CMYK Percentages of Color #80648a

%7
%28
%0
%46

Triadic Colors of #80648a

#80648a #8a8064 #648a80

Analogous Colors of #80648a

#80648a #8a6481 #6d648a

Monochromatic Colors of #80648a

#80648a

Complementary Color

#80648a #6e8a64

#80648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80648a Color CSS Codes

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

#80648a Text Font Color

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

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


#80648a Background Color

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

This div background color is #80648a


#80648a Border Color

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

This div border color is #80648a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,100,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80648a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80648a;
  -webkit-box-shadow: 1px 1px 3px 2px #80648a;
  box-shadow:         1px 1px 3px 2px #80648a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80648a


Comments

No comments written yet.

Please login to write comment.