Color Hex Logo

#833465 Color Hex

#833465
(131,52,101)
0 Favorites   0 Comments

Color spaces of #833465

RGB 13152101
HSL0.900.430.36
HSV323°60°51°
CMYK 0.000.600.23   0.49
XYZ12.93708.220913.2168
Yxy8.22090.37640.2392
Hunter Lab28.672130.3639-7.2601
CIE-Lab34.438839.7900-12.0633

#833465 color RGB value is (131,52,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110100 01100101
Octal 203 64 145
Decimal 131 52 101
Hex 83 34 65

RGB Percentages of Color #833465

%46.13
%18.31
%35.56

CMYK Percentages of Color #833465

%0
%60
%23
%49

Triadic Colors of #833465

#833465 #658334 #346583

Analogous Colors of #833465

#833465 #83343e #7a3483

Monochromatic Colors of #833465

#833465

Complementary Color

#833465 #348352

#833465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833465 Color CSS Codes

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

#833465 Text Font Color

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

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


#833465 Background Color

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

This div background color is #833465


#833465 Border Color

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

This div border color is #833465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833465


Comments

No comments written yet.

Please login to write comment.