Color Hex Logo

#533361 Color Hex

#533361
(83,51,97)
0 Favorites   0 Comments

Color spaces of #533361

RGB 835197
HSL0.780.310.29
HSV282°47°38°
CMYK 0.140.470.00   0.62
XYZ6.90885.069711.9237
Yxy5.06970.28900.2121
Hunter Lab22.516015.3679-15.6368
CIE-Lab26.932423.6155-21.6643

#533361 color RGB value is (83,51,97).

#533361 hex color red value is 83, green value is 51 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #533361 hue: 0.78 , saturation: 0.31 and the lightness value of 533361 is 0.29.

The process color (four color CMYK) of #533361 color hex is 0.14, 0.47, 0.00, 0.62. Web safe color of #533361 is #663366. Color #533361 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 01100001
Octal 123 63 141
Decimal 83 51 97
Hex 53 33 61

RGB Percentages of Color #533361

%35.93
%22.08
%41.99

CMYK Percentages of Color #533361

%14
%47
%0
%62

Triadic Colors of #533361

#533361 #615333 #336153

Analogous Colors of #533361

#533361 #613358 #3c3361

Monochromatic Colors of #533361

#533361

Complementary Color

#533361 #416133

#533361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533361 Color CSS Codes

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

#533361 Text Font Color

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

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


#533361 Background Color

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

This div background color is #533361


#533361 Border Color

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

This div border color is #533361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533361


Comments

No comments written yet.

Please login to write comment.