Color Hex Logo

#834197 Color Hex

#834197
(131,65,151)
0 Favorites   0 Comments

Color spaces of #834197

RGB 13165151
HSL0.790.400.42
HSV286°57°59°
CMYK 0.130.570.00   0.41
XYZ16.836310.840330.4832
Yxy10.84030.28950.1864
Hunter Lab32.924633.6595-31.8463
CIE-Lab39.310242.3998-35.4745

#834197 color RGB value is (131,65,151).

#834197 hex color red value is 131, green value is 65 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #834197 hue: 0.79 , saturation: 0.40 and the lightness value of 834197 is 0.42.

The process color (four color CMYK) of #834197 color hex is 0.13, 0.57, 0.00, 0.41. Web safe color of #834197 is #993399. Color #834197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000001 10010111
Octal 203 101 227
Decimal 131 65 151
Hex 83 41 97

RGB Percentages of Color #834197

%37.75
%18.73
%43.52

CMYK Percentages of Color #834197

%13
%57
%0
%41

Triadic Colors of #834197

#834197 #978341 #419783

Analogous Colors of #834197

#834197 #974180 #584197

Monochromatic Colors of #834197

#834197

Complementary Color

#834197 #559741

#834197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834197 Color CSS Codes

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

#834197 Text Font Color

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

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


#834197 Background Color

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

This div background color is #834197


#834197 Border Color

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

This div border color is #834197


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,65,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834197


Comments

No comments written yet.

Please login to write comment.