Color Hex Logo

#834297 Color Hex

#834297
(131,66,151)
0 Favorites   0 Comments

Color spaces of #834297

RGB 13166151
HSL0.790.390.43
HSV286°56°59°
CMYK 0.130.560.00   0.41
XYZ16.894210.956130.5025
Yxy10.95610.28950.1878
Hunter Lab33.100033.1812-31.4673
CIE-Lab39.506441.8755-35.1637

#834297 color RGB value is (131,66,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000010 10010111
Octal 203 102 227
Decimal 131 66 151
Hex 83 42 97

RGB Percentages of Color #834297

%37.64
%18.97
%43.39

CMYK Percentages of Color #834297

%13
%56
%0
%41

Triadic Colors of #834297

#834297 #978342 #429783

Analogous Colors of #834297

#834297 #974281 #584297

Monochromatic Colors of #834297

#834297

Complementary Color

#834297 #569742

#834297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834297 Color CSS Codes

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

#834297 Text Font Color

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

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


#834297 Background Color

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

This div background color is #834297


#834297 Border Color

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

This div border color is #834297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834297


Comments

No comments written yet.

Please login to write comment.