Color Hex Logo

#53286e Color Hex

#53286E
(83,40,110)
0 Favorites   0 Comments

Color spaces of #53286e

RGB 8340110
HSL0.770.470.29
HSV277°64°43°
CMYK 0.250.640.00   0.57
XYZ7.14054.482415.2407
Yxy4.48240.26580.1669
Hunter Lab21.171723.1516-27.8605
CIE-Lab25.206133.3637-32.7982

#53286e color RGB value is (83,40,110).

#53286e hex color red value is 83, green value is 40 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #53286e hue: 0.77 , saturation: 0.47 and the lightness value of 53286e is 0.29.

The process color (four color CMYK) of #53286e color hex is 0.25, 0.64, 0.00, 0.57. Web safe color of #53286e is #663366. Color #53286e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101000 01101110
Octal 123 50 156
Decimal 83 40 110
Hex 53 28 6E

RGB Percentages of Color #53286e

%35.62
%17.17
%47.21

CMYK Percentages of Color #53286e

%25
%64
%0
%57

Triadic Colors of #53286e

#53286e #6e5328 #286e53

Analogous Colors of #53286e

#53286e #6e2866 #30286e

Monochromatic Colors of #53286e

#53286e

Complementary Color

#53286e #436e28

#53286e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53286e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53286e Color CSS Codes

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

#53286e Text Font Color

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

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


#53286e Background Color

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

This div background color is #53286e


#53286e Border Color

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

This div border color is #53286e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53286e


Comments

No comments written yet.

Please login to write comment.