Color Hex Logo

#833665 Color Hex

#833665
(131,54,101)
0 Favorites   0 Comments

Color spaces of #833665

RGB 13154101
HSL0.900.420.36
HSV323°59°51°
CMYK 0.000.590.23   0.49
XYZ13.02828.403213.2472
Yxy8.40320.37570.2423
Hunter Lab28.988329.4938-6.8028
CIE-Lab34.808938.7977-11.5010

#833665 color RGB value is (131,54,101).

#833665 hex color red value is 131, green value is 54 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #833665 hue: 0.90 , saturation: 0.42 and the lightness value of 833665 is 0.36.

The process color (four color CMYK) of #833665 color hex is 0.00, 0.59, 0.23, 0.49. Web safe color of #833665 is #993366. Color #833665 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110110 01100101
Octal 203 66 145
Decimal 131 54 101
Hex 83 36 65

RGB Percentages of Color #833665

%45.80
%18.88
%35.31

CMYK Percentages of Color #833665

%0
%59
%23
%49

Triadic Colors of #833665

#833665 #658336 #366583

Analogous Colors of #833665

#833665 #83363f #7b3683

Monochromatic Colors of #833665

#833665

Complementary Color

#833665 #368354

#833665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833665 Color CSS Codes

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

#833665 Text Font Color

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

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


#833665 Background Color

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

This div background color is #833665


#833665 Border Color

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

This div border color is #833665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833665


Comments

No comments written yet.

Please login to write comment.