Color Hex Logo

#523061 Color Hex

#523061
(82,48,97)
0 Favorites   0 Comments

Color spaces of #523061

RGB 824897
HSL0.780.340.28
HSV282°51°38°
CMYK 0.150.510.00   0.62
XYZ6.69434.770811.8773
Yxy4.77080.28680.2044
Hunter Lab21.842216.4838-16.9511
CIE-Lab26.071525.1439-23.0243

#523061 color RGB value is (82,48,97).

#523061 hex color red value is 82, green value is 48 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #523061 hue: 0.78 , saturation: 0.34 and the lightness value of 523061 is 0.28.

The process color (four color CMYK) of #523061 color hex is 0.15, 0.51, 0.00, 0.62. Web safe color of #523061 is #663366. Color #523061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110000 01100001
Octal 122 60 141
Decimal 82 48 97
Hex 52 30 61

RGB Percentages of Color #523061

%36.12
%21.15
%42.73

CMYK Percentages of Color #523061

%15
%51
%0
%62

Triadic Colors of #523061

#523061 #615230 #306152

Analogous Colors of #523061

#523061 #613058 #3a3061

Monochromatic Colors of #523061

#523061

Complementary Color

#523061 #3f6130

#523061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523061 Color CSS Codes

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

#523061 Text Font Color

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

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


#523061 Background Color

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

This div background color is #523061


#523061 Border Color

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

This div border color is #523061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523061


Comments

No comments written yet.

Please login to write comment.