Color Hex Logo

#53205e Color Hex

#53205E
(83,32,94)
0 Favorites   0 Comments

Color spaces of #53205e

RGB 833294
HSL0.800.490.25
HSV289°66°37°
CMYK 0.120.660.00   0.63
XYZ6.10423.680210.9783
Yxy3.68020.29400.1773
Hunter Lab19.183823.2260-20.5011
CIE-Lab22.584733.9186-26.5615

#53205e color RGB value is (83,32,94).

#53205e hex color red value is 83, green value is 32 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #53205e hue: 0.80 , saturation: 0.49 and the lightness value of 53205e is 0.25.

The process color (four color CMYK) of #53205e color hex is 0.12, 0.66, 0.00, 0.63. Web safe color of #53205e is #663366. Color #53205e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100000 01011110
Octal 123 40 136
Decimal 83 32 94
Hex 53 20 5E

RGB Percentages of Color #53205e

%39.71
%15.31
%44.98

CMYK Percentages of Color #53205e

%12
%66
%0
%63

Triadic Colors of #53205e

#53205e #5e5320 #205e53

Analogous Colors of #53205e

#53205e #5e204a #34205e

Monochromatic Colors of #53205e

#53205e

Complementary Color

#53205e #2b5e20

#53205e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53205e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53205e Color CSS Codes

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

#53205e Text Font Color

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

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


#53205e Background Color

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

This div background color is #53205e


#53205e Border Color

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

This div border color is #53205e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,32,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53205e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53205e;
  -webkit-box-shadow: 1px 1px 3px 2px #53205e;
  box-shadow:         1px 1px 3px 2px #53205e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53205e


Comments

No comments written yet.

Please login to write comment.