Color Hex Logo

#807492 Color Hex

#807492
(128,116,146)
0 Favorites   0 Comments

Color spaces of #807492

RGB 128116146
HSL0.730.120.51
HSV264°21°57°
CMYK 0.120.210.00   0.43
XYZ20.335819.155329.8197
Yxy19.15530.29340.2764
Hunter Lab43.76686.3464-9.7594
CIE-Lab50.868410.8244-14.5903

#807492 color RGB value is (128,116,146).

#807492 hex color red value is 128, green value is 116 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #807492 hue: 0.73 , saturation: 0.12 and the lightness value of 807492 is 0.51.

The process color (four color CMYK) of #807492 color hex is 0.12, 0.21, 0.00, 0.43. Web safe color of #807492 is #996699. Color #807492 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110100 10010010
Octal 200 164 222
Decimal 128 116 146
Hex 80 74 92

RGB Percentages of Color #807492

%32.82
%29.74
%37.44

CMYK Percentages of Color #807492

%12
%21
%0
%43

Triadic Colors of #807492

#807492 #928074 #749280

Analogous Colors of #807492

#807492 #8f7492 #747792

Monochromatic Colors of #807492

#807492

Complementary Color

#807492 #869274

#807492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807492 Color CSS Codes

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

#807492 Text Font Color

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

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


#807492 Background Color

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

This div background color is #807492


#807492 Border Color

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

This div border color is #807492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807492


Comments

No comments written yet.

Please login to write comment.