Color Hex Logo

#833584 Color Hex

#833584
(131,53,132)
0 Favorites   0 Comments

Color spaces of #833584

RGB 13153132
HSL0.830.430.36
HSV299°60°52°
CMYK 0.010.600.00   0.48
XYZ14.79809.037422.7943
Yxy9.03740.31740.1938
Hunter Lab30.062335.2568-23.9122
CIE-Lab36.056244.6028-29.0030

#833584 color RGB value is (131,53,132).

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

The process color (four color CMYK) of #833584 color hex is 0.01, 0.60, 0.00, 0.48. Web safe color of #833584 is #993399. Color #833584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110101 10000100
Octal 203 65 204
Decimal 131 53 132
Hex 83 35 84

RGB Percentages of Color #833584

%41.46
%16.77
%41.77

CMYK Percentages of Color #833584

%1
%60
%0
%48

Triadic Colors of #833584

#833584 #848335 #358483

Analogous Colors of #833584

#833584 #84355e #5c3584

Monochromatic Colors of #833584

#833584

Complementary Color

#833584 #368435

#833584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833584 Color CSS Codes

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

#833584 Text Font Color

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

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


#833584 Background Color

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

This div background color is #833584


#833584 Border Color

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

This div border color is #833584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833584


Comments

No comments written yet.

Please login to write comment.