Color Hex Logo

#80627a Color Hex

#80627A
(128,98,122)
0 Favorites   0 Comments

Color spaces of #80627a

RGB 12898122
HSL0.870.130.44
HSV312°23°50°
CMYK 0.000.230.05   0.50
XYZ16.782614.729720.3709
Yxy14.72970.32350.2839
Hunter Lab38.379310.8912-4.6043
CIE-Lab45.261716.4477-8.7642

#80627a color RGB value is (128,98,122).

#80627a hex color red value is 128, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #80627a hue: 0.87 , saturation: 0.13 and the lightness value of 80627a is 0.44.

The process color (four color CMYK) of #80627a color hex is 0.00, 0.23, 0.05, 0.50. Web safe color of #80627a is #996666. Color #80627a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100010 01111010
Octal 200 142 172
Decimal 128 98 122
Hex 80 62 7A

RGB Percentages of Color #80627a

%36.78
%28.16
%35.06

CMYK Percentages of Color #80627a

%0
%23
%5
%50

Triadic Colors of #80627a

#80627a #7a8062 #627a80

Analogous Colors of #80627a

#80627a #80626b #776280

Monochromatic Colors of #80627a

#80627a

Complementary Color

#80627a #628068

#80627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80627a Color CSS Codes

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

#80627a Text Font Color

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

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


#80627a Background Color

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

This div background color is #80627a


#80627a Border Color

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

This div border color is #80627a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80627a


Comments

No comments written yet.

Please login to write comment.