Color Hex Logo

#533963 Color Hex

#533963
(83,57,99)
1 Favorites   0 Comments

Color spaces of #533963

RGB 835799
HSL0.770.270.31
HSV277°42°39°
CMYK 0.160.420.00   0.61
XYZ7.28255.666112.5142
Yxy5.66610.28600.2225
Hunter Lab23.803612.9543-14.5079
CIE-Lab28.553920.3227-20.4227

#533963 color RGB value is (83,57,99).

#533963 hex color red value is 83, green value is 57 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #533963 hue: 0.77 , saturation: 0.27 and the lightness value of 533963 is 0.31.

The process color (four color CMYK) of #533963 color hex is 0.16, 0.42, 0.00, 0.61. Web safe color of #533963 is #663366. Color #533963 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111001 01100011
Octal 123 71 143
Decimal 83 57 99
Hex 53 39 63

RGB Percentages of Color #533963

%34.73
%23.85
%41.42

CMYK Percentages of Color #533963

%16
%42
%0
%61

Triadic Colors of #533963

#533963 #635339 #396353

Analogous Colors of #533963

#533963 #63395e #3e3963

Monochromatic Colors of #533963

#533963

Complementary Color

#533963 #496339

#533963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533963 Color CSS Codes

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

#533963 Text Font Color

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

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


#533963 Background Color

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

This div background color is #533963


#533963 Border Color

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

This div border color is #533963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533963

#533963 Color Palettes


Comments

No comments written yet.

Please login to write comment.