Color Hex Logo

#805792 Color Hex

#805792
(128,87,146)
0 Favorites   0 Comments

Color spaces of #805792

RGB 12887146
HSL0.780.250.46
HSV282°40°57°
CMYK 0.120.400.00   0.43
XYZ17.498613.480928.8739
Yxy13.48090.29240.2252
Hunter Lab36.716320.8175-20.9245
CIE-Lab43.479128.0653-25.9426

#805792 color RGB value is (128,87,146).

#805792 hex color red value is 128, green value is 87 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #805792 hue: 0.78 , saturation: 0.25 and the lightness value of 805792 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010111 10010010
Octal 200 127 222
Decimal 128 87 146
Hex 80 57 92

RGB Percentages of Color #805792

%35.46
%24.10
%40.44

CMYK Percentages of Color #805792

%12
%40
%0
%43

Triadic Colors of #805792

#805792 #928057 #579280

Analogous Colors of #805792

#805792 #925787 #635792

Monochromatic Colors of #805792

#805792

Complementary Color

#805792 #699257

#805792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805792 Color CSS Codes

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

#805792 Text Font Color

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

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


#805792 Background Color

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

This div background color is #805792


#805792 Border Color

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

This div border color is #805792


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,87,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 #805792">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805792


Comments

No comments written yet.

Please login to write comment.