Color Hex Logo

#53316e Color Hex

#53316E
(83,49,110)
0 Favorites   0 Comments

Color spaces of #53316e

RGB 8349110
HSL0.760.380.31
HSV273°55°43°
CMYK 0.250.550.00   0.57
XYZ7.48015.161415.3539
Yxy5.16140.26720.1844
Hunter Lab22.718719.0131-24.1666
CIE-Lab27.189728.1065-29.6347

#53316e color RGB value is (83,49,110).

#53316e hex color red value is 83, green value is 49 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #53316e hue: 0.76 , saturation: 0.38 and the lightness value of 53316e is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110001 01101110
Octal 123 61 156
Decimal 83 49 110
Hex 53 31 6E

RGB Percentages of Color #53316e

%34.30
%20.25
%45.45

CMYK Percentages of Color #53316e

%25
%55
%0
%57

Triadic Colors of #53316e

#53316e #6e5331 #316e53

Analogous Colors of #53316e

#53316e #6e316b #35316e

Monochromatic Colors of #53316e

#53316e

Complementary Color

#53316e #4c6e31

#53316e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53316e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53316e Color CSS Codes

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

#53316e Text Font Color

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

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


#53316e Background Color

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

This div background color is #53316e


#53316e Border Color

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

This div border color is #53316e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53316e


Comments

No comments written yet.

Please login to write comment.