Color Hex Logo

#807295 Color Hex

#807295
(128,114,149)
0 Favorites   0 Comments

Color spaces of #807295

RGB 128114149
HSL0.730.140.52
HSV264°23°58°
CMYK 0.140.230.00   0.42
XYZ20.344218.793730.9891
Yxy18.79370.29010.2680
Hunter Lab43.35177.9015-12.0361
CIE-Lab50.445012.6908-16.9964

#807295 color RGB value is (128,114,149).

#807295 hex color red value is 128, green value is 114 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #807295 hue: 0.73 , saturation: 0.14 and the lightness value of 807295 is 0.52.

The process color (four color CMYK) of #807295 color hex is 0.14, 0.23, 0.00, 0.42. Web safe color of #807295 is #996699. Color #807295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110010 10010101
Octal 200 162 225
Decimal 128 114 149
Hex 80 72 95

RGB Percentages of Color #807295

%32.74
%29.16
%38.11

CMYK Percentages of Color #807295

%14
%23
%0
%42

Triadic Colors of #807295

#807295 #958072 #729580

Analogous Colors of #807295

#807295 #927295 #727695

Monochromatic Colors of #807295

#807295

Complementary Color

#807295 #879572

#807295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807295 Color CSS Codes

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

#807295 Text Font Color

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

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


#807295 Background Color

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

This div background color is #807295


#807295 Border Color

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

This div border color is #807295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807295


Comments

No comments written yet.

Please login to write comment.