Color Hex Logo

#834792 Color Hex

#834792
(131,71,146)
0 Favorites   0 Comments

Color spaces of #834792

RGB 13171146
HSL0.800.350.43
HSV288°51°57°
CMYK 0.100.510.00   0.43
XYZ16.801611.407128.5104
Yxy11.40710.29620.2011
Hunter Lab33.774429.6924-26.4071
CIE-Lab40.257838.1221-30.9549

#834792 color RGB value is (131,71,146).

#834792 hex color red value is 131, green value is 71 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #834792 hue: 0.80 , saturation: 0.35 and the lightness value of 834792 is 0.43.

The process color (four color CMYK) of #834792 color hex is 0.10, 0.51, 0.00, 0.43. Web safe color of #834792 is #993399. Color #834792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000111 10010010
Octal 203 107 222
Decimal 131 71 146
Hex 83 47 92

RGB Percentages of Color #834792

%37.64
%20.40
%41.95

CMYK Percentages of Color #834792

%10
%51
%0
%43

Triadic Colors of #834792

#834792 #928347 #479283

Analogous Colors of #834792

#834792 #92477c #5e4792

Monochromatic Colors of #834792

#834792

Complementary Color

#834792 #569247

#834792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834792 Color CSS Codes

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

#834792 Text Font Color

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

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


#834792 Background Color

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

This div background color is #834792


#834792 Border Color

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

This div border color is #834792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834792


Comments

No comments written yet.

Please login to write comment.