Color Hex Logo

#833061 Color Hex

#833061
(131,48,97)
0 Favorites   0 Comments

Color spaces of #833061

RGB 1314897
HSL0.900.460.35
HSV325°63°51°
CMYK 0.000.630.26   0.49
XYZ12.57477.802312.1525
Yxy7.80230.38660.2399
Hunter Lab27.932631.4751-6.2422
CIE-Lab33.567741.1208-10.8323

#833061 color RGB value is (131,48,97).

#833061 hex color red value is 131, green value is 48 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #833061 hue: 0.90 , saturation: 0.46 and the lightness value of 833061 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110000 01100001
Octal 203 60 141
Decimal 131 48 97
Hex 83 30 61

RGB Percentages of Color #833061

%47.46
%17.39
%35.14

CMYK Percentages of Color #833061

%0
%63
%26
%49

Triadic Colors of #833061

#833061 #618330 #306183

Analogous Colors of #833061

#833061 #833038 #7c3083

Monochromatic Colors of #833061

#833061

Complementary Color

#833061 #308352

#833061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833061 Color CSS Codes

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

#833061 Text Font Color

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

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


#833061 Background Color

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

This div background color is #833061


#833061 Border Color

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

This div border color is #833061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833061


Comments

No comments written yet.

Please login to write comment.