Color Hex Logo

#834a96 Color Hex

#834A96
(131,74,150)
0 Favorites   0 Comments

Color spaces of #834a96

RGB 13174150
HSL0.790.340.44
HSV285°51°59°
CMYK 0.130.510.00   0.41
XYZ17.313911.924930.2433
Yxy11.92490.29110.2005
Hunter Lab34.532429.0647-27.7531
CIE-Lab41.096537.3307-32.0505

#834a96 color RGB value is (131,74,150).

#834a96 hex color red value is 131, green value is 74 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #834a96 hue: 0.79 , saturation: 0.34 and the lightness value of 834a96 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001010 10010110
Octal 203 112 226
Decimal 131 74 150
Hex 83 4A 96

RGB Percentages of Color #834a96

%36.90
%20.85
%42.25

CMYK Percentages of Color #834a96

%13
%51
%0
%41

Triadic Colors of #834a96

#834a96 #96834a #4a9683

Analogous Colors of #834a96

#834a96 #964a83 #5d4a96

Monochromatic Colors of #834a96

#834a96

Complementary Color

#834a96 #5d964a

#834a96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834a96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834a96 Color CSS Codes

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

#834a96 Text Font Color

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

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


#834a96 Background Color

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

This div background color is #834a96


#834a96 Border Color

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

This div border color is #834a96


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,74,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #834a96; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #834a96;
  -webkit-box-shadow: 1px 1px 3px 2px #834a96;
  box-shadow:         1px 1px 3px 2px #834a96; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834a96


Comments

No comments written yet.

Please login to write comment.