Color Hex Logo

#53116e Color Hex

#53116E
(83,17,110)
0 Favorites   0 Comments

Color spaces of #53116e

RGB 8317110
HSL0.780.730.25
HSV283°85°43°
CMYK 0.250.850.00   0.57
XYZ6.58223.365715.0546
Yxy3.36570.26330.1346
Hunter Lab18.345831.9378-35.8113
CIE-Lab21.452743.8937-38.8452

#53116e color RGB value is (83,17,110).

#53116e hex color red value is 83, green value is 17 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #53116e hue: 0.78 , saturation: 0.73 and the lightness value of 53116e is 0.25.

The process color (four color CMYK) of #53116e color hex is 0.25, 0.85, 0.00, 0.57. Web safe color of #53116e is #660066. Color #53116e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010001 01101110
Octal 123 21 156
Decimal 83 17 110
Hex 53 11 6E

RGB Percentages of Color #53116e

%39.52
%8.10
%52.38

CMYK Percentages of Color #53116e

%25
%85
%0
%57

Triadic Colors of #53116e

#53116e #6e5311 #116e53

Analogous Colors of #53116e

#53116e #6e115b #25116e

Monochromatic Colors of #53116e

#53116e

Complementary Color

#53116e #2c6e11

#53116e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53116e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53116e Color CSS Codes

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

#53116e Text Font Color

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

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


#53116e Background Color

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

This div background color is #53116e


#53116e Border Color

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

This div border color is #53116e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,17,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 #53116e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53116e


Comments

No comments written yet.

Please login to write comment.