Color Hex Logo

#833698 Color Hex

#833698
(131,54,152)
0 Favorites   0 Comments

Color spaces of #833698

RGB 13154152
HSL0.800.480.40
HSV287°64°60°
CMYK 0.140.640.00   0.40
XYZ16.34679.730630.7224
Yxy9.73060.28780.1713
Hunter Lab31.193938.9509-36.5581
CIE-Lab37.354548.0807-39.1877

#833698 color RGB value is (131,54,152).

#833698 hex color red value is 131, green value is 54 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #833698 hue: 0.80 , saturation: 0.48 and the lightness value of 833698 is 0.40.

The process color (four color CMYK) of #833698 color hex is 0.14, 0.64, 0.00, 0.40. Web safe color of #833698 is #993399. Color #833698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110110 10011000
Octal 203 66 230
Decimal 131 54 152
Hex 83 36 98

RGB Percentages of Color #833698

%38.87
%16.02
%45.10

CMYK Percentages of Color #833698

%14
%64
%0
%40

Triadic Colors of #833698

#833698 #988336 #369883

Analogous Colors of #833698

#833698 #98367c #523698

Monochromatic Colors of #833698

#833698

Complementary Color

#833698 #4b9836

#833698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833698 Color CSS Codes

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

#833698 Text Font Color

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

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


#833698 Background Color

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

This div background color is #833698


#833698 Border Color

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

This div border color is #833698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833698


Comments

No comments written yet.

Please login to write comment.