Color Hex Logo

#52316e Color Hex

#52316E
(82,49,110)
0 Favorites   0 Comments

Color spaces of #52316e

RGB 8249110
HSL0.760.380.31
HSV272°55°43°
CMYK 0.250.550.00   0.57
XYZ7.39255.116315.3498
Yxy5.11630.26540.1837
Hunter Lab22.619218.7543-24.4017
CIE-Lab27.063627.8106-29.8429

#52316e color RGB value is (82,49,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110001 01101110
Octal 122 61 156
Decimal 82 49 110
Hex 52 31 6E

RGB Percentages of Color #52316e

%34.02
%20.33
%45.64

CMYK Percentages of Color #52316e

%25
%55
%0
%57

Triadic Colors of #52316e

#52316e #6e5231 #316e52

Analogous Colors of #52316e

#52316e #6e316c #34316e

Monochromatic Colors of #52316e

#52316e

Complementary Color

#52316e #4d6e31

#52316e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52316e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52316e Color CSS Codes

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

#52316e Text Font Color

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

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


#52316e Background Color

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

This div background color is #52316e


#52316e Border Color

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

This div border color is #52316e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52316e


Comments

No comments written yet.

Please login to write comment.