Color Hex Logo

#833861 Color Hex

#833861
(131,56,97)
0 Favorites   0 Comments

Color spaces of #833861

RGB 1315697
HSL0.910.400.37
HSV327°57°51°
CMYK 0.000.570.26   0.49
XYZ12.93198.516712.2716
Yxy8.51670.38350.2526
Hunter Lab29.183428.0270-4.5030
CIE-Lab35.036637.1793-8.6132

#833861 color RGB value is (131,56,97).

#833861 hex color red value is 131, green value is 56 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #833861 hue: 0.91 , saturation: 0.40 and the lightness value of 833861 is 0.37.

The process color (four color CMYK) of #833861 color hex is 0.00, 0.57, 0.26, 0.49. Web safe color of #833861 is #993366. Color #833861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111000 01100001
Octal 203 70 141
Decimal 131 56 97
Hex 83 38 61

RGB Percentages of Color #833861

%46.13
%19.72
%34.15

CMYK Percentages of Color #833861

%0
%57
%26
%49

Triadic Colors of #833861

#833861 #618338 #386183

Analogous Colors of #833861

#833861 #83383b #803883

Monochromatic Colors of #833861

#833861

Complementary Color

#833861 #38835a

#833861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833861 Color CSS Codes

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

#833861 Text Font Color

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

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


#833861 Background Color

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

This div background color is #833861


#833861 Border Color

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

This div border color is #833861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833861


Comments

No comments written yet.

Please login to write comment.