Color Hex Logo

#53289e Color Hex

#53289E
(83,40,158)
0 Favorites   0 Comments

Color spaces of #53289e

RGB 8340158
HSL0.730.600.39
HSV262°75°62°
CMYK 0.470.750.00   0.38
XYZ10.49765.825232.9188
Yxy5.82520.21320.1183
Hunter Lab24.135535.4007-63.9719
CIE-Lab28.967146.0709-56.7031

#53289e color RGB value is (83,40,158).

#53289e hex color red value is 83, green value is 40 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #53289e hue: 0.73 , saturation: 0.60 and the lightness value of 53289e is 0.39.

The process color (four color CMYK) of #53289e color hex is 0.47, 0.75, 0.00, 0.38. Web safe color of #53289e is #663399. Color #53289e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101000 10011110
Octal 123 50 236
Decimal 83 40 158
Hex 53 28 9E

RGB Percentages of Color #53289e

%29.54
%14.23
%56.23

CMYK Percentages of Color #53289e

%47
%75
%0
%38

Triadic Colors of #53289e

#53289e #9e5328 #289e53

Analogous Colors of #53289e

#53289e #8e289e #28389e

Monochromatic Colors of #53289e

#53289e

Complementary Color

#53289e #739e28

#53289e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53289e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53289e Color CSS Codes

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

#53289e Text Font Color

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

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


#53289e Background Color

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

This div background color is #53289e


#53289e Border Color

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

This div border color is #53289e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53289e


Comments

No comments written yet.

Please login to write comment.