Color Hex Logo

#523162 Color Hex

#523162
(82,49,98)
0 Favorites   0 Comments

Color spaces of #523162

RGB 824998
HSL0.780.330.29
HSV280°50°38°
CMYK 0.160.500.00   0.62
XYZ6.78264.872312.1382
Yxy4.87230.28510.2048
Hunter Lab22.073316.2206-17.1525
CIE-Lab26.367824.7708-23.2081

#523162 color RGB value is (82,49,98).

#523162 hex color red value is 82, green value is 49 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #523162 hue: 0.78 , saturation: 0.33 and the lightness value of 523162 is 0.29.

The process color (four color CMYK) of #523162 color hex is 0.16, 0.50, 0.00, 0.62. Web safe color of #523162 is #663366. Color #523162 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110001 01100010
Octal 122 61 142
Decimal 82 49 98
Hex 52 31 62

RGB Percentages of Color #523162

%35.81
%21.40
%42.79

CMYK Percentages of Color #523162

%16
%50
%0
%62

Triadic Colors of #523162

#523162 #625231 #316252

Analogous Colors of #523162

#523162 #62315a #3a3162

Monochromatic Colors of #523162

#523162

Complementary Color

#523162 #416231

#523162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523162 Color CSS Codes

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

#523162 Text Font Color

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

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


#523162 Background Color

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

This div background color is #523162


#523162 Border Color

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

This div border color is #523162


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,49,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523162


Comments

No comments written yet.

Please login to write comment.