Color Hex Logo

#833c97 Color Hex

#833C97
(131,60,151)
0 Favorites   0 Comments

Color spaces of #833c97

RGB 13160151
HSL0.800.430.41
HSV287°60°59°
CMYK 0.130.600.00   0.41
XYZ16.561810.291430.3917
Yxy10.29140.28930.1798
Hunter Lab32.080236.0124-33.7132
CIE-Lab38.360444.9592-36.9810

#833c97 color RGB value is (131,60,151).

#833c97 hex color red value is 131, green value is 60 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #833c97 hue: 0.80 , saturation: 0.43 and the lightness value of 833c97 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111100 10010111
Octal 203 74 227
Decimal 131 60 151
Hex 83 3C 97

RGB Percentages of Color #833c97

%38.30
%17.54
%44.15

CMYK Percentages of Color #833c97

%13
%60
%0
%41

Triadic Colors of #833c97

#833c97 #97833c #3c9783

Analogous Colors of #833c97

#833c97 #973c7e #563c97

Monochromatic Colors of #833c97

#833c97

Complementary Color

#833c97 #50973c

#833c97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833c97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833c97 Color CSS Codes

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

#833c97 Text Font Color

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

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


#833c97 Background Color

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

This div background color is #833c97


#833c97 Border Color

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

This div border color is #833c97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833c97


Comments

No comments written yet.

Please login to write comment.