Color Hex Logo

#834296 Color Hex

#834296
(131,66,150)
0 Favorites   0 Comments

Color spaces of #834296

RGB 13166150
HSL0.800.390.42
HSV286°56°59°
CMYK 0.130.560.00   0.41
XYZ16.813310.923730.0765
Yxy10.92370.29080.1889
Hunter Lab33.051032.9650-30.8183
CIE-Lab39.451741.6621-34.6461

#834296 color RGB value is (131,66,150).

#834296 hex color red value is 131, green value is 66 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #834296 hue: 0.80 , saturation: 0.39 and the lightness value of 834296 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000010 10010110
Octal 203 102 226
Decimal 131 66 150
Hex 83 42 96

RGB Percentages of Color #834296

%37.75
%19.02
%43.23

CMYK Percentages of Color #834296

%13
%56
%0
%41

Triadic Colors of #834296

#834296 #968342 #429683

Analogous Colors of #834296

#834296 #96427f #594296

Monochromatic Colors of #834296

#834296

Complementary Color

#834296 #559642

#834296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834296 Color CSS Codes

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

#834296 Text Font Color

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

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


#834296 Background Color

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

This div background color is #834296


#834296 Border Color

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

This div border color is #834296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834296


Comments

No comments written yet.

Please login to write comment.