Color Hex Logo

#533357 Color Hex

#533357
(83,51,87)
0 Favorites   0 Comments

Color spaces of #533357

RGB 835187
HSL0.810.260.27
HSV293°41°34°
CMYK 0.050.410.00   0.66
XYZ6.47144.89489.6205
Yxy4.89480.30840.2332
Hunter Lab22.124213.4945-10.2948
CIE-Lab26.432921.2685-15.9189

#533357 color RGB value is (83,51,87).

#533357 hex color red value is 83, green value is 51 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #533357 hue: 0.81 , saturation: 0.26 and the lightness value of 533357 is 0.27.

The process color (four color CMYK) of #533357 color hex is 0.05, 0.41, 0.00, 0.66. Web safe color of #533357 is #663366. Color #533357 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 01010111
Octal 123 63 127
Decimal 83 51 87
Hex 53 33 57

RGB Percentages of Color #533357

%37.56
%23.08
%39.37

CMYK Percentages of Color #533357

%5
%41
%0
%66

Triadic Colors of #533357

#533357 #575333 #335753

Analogous Colors of #533357

#533357 #573349 #413357

Monochromatic Colors of #533357

#533357

Complementary Color

#533357 #375733

#533357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533357 Color CSS Codes

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

#533357 Text Font Color

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

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


#533357 Background Color

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

This div background color is #533357


#533357 Border Color

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

This div border color is #533357


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,51,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533357


Comments

No comments written yet.

Please login to write comment.