Color Hex Logo

#53336c Color Hex

#53336C
(83,51,108)
0 Favorites   0 Comments

Color spaces of #53336c

RGB 8351108
HSL0.760.360.31
HSV274°53°42°
CMYK 0.230.530.00   0.58
XYZ7.45795.289414.8152
Yxy5.28940.27060.1919
Hunter Lab22.998717.6354-22.0941
CIE-Lab27.543826.3680-27.7921

#53336c color RGB value is (83,51,108).

#53336c hex color red value is 83, green value is 51 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #53336c hue: 0.76 , saturation: 0.36 and the lightness value of 53336c is 0.31.

The process color (four color CMYK) of #53336c color hex is 0.23, 0.53, 0.00, 0.58. Web safe color of #53336c is #663366. Color #53336c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 01101100
Octal 123 63 154
Decimal 83 51 108
Hex 53 33 6C

RGB Percentages of Color #53336c

%34.30
%21.07
%44.63

CMYK Percentages of Color #53336c

%23
%53
%0
%58

Triadic Colors of #53336c

#53336c #6c5333 #336c53

Analogous Colors of #53336c

#53336c #6c3369 #37336c

Monochromatic Colors of #53336c

#53336c

Complementary Color

#53336c #4c6c33

#53336c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53336c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53336c Color CSS Codes

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

#53336c Text Font Color

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

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


#53336c Background Color

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

This div background color is #53336c


#53336c Border Color

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

This div border color is #53336c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53336c


Comments

No comments written yet.

Please login to write comment.