Color Hex Logo

#523262 Color Hex

#523262
(82,50,98)
0 Favorites   0 Comments

Color spaces of #523262

RGB 825098
HSL0.780.320.29
HSV280°49°38°
CMYK 0.160.490.00   0.62
XYZ6.82494.956912.1523
Yxy4.95690.28520.2071
Hunter Lab22.264115.7557-16.7771
CIE-Lab26.611624.1502-22.8250

#523262 color RGB value is (82,50,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110010 01100010
Octal 122 62 142
Decimal 82 50 98
Hex 52 32 62

RGB Percentages of Color #523262

%35.65
%21.74
%42.61

CMYK Percentages of Color #523262

%16
%49
%0
%62

Triadic Colors of #523262

#523262 #625232 #326252

Analogous Colors of #523262

#523262 #62325a #3a3262

Monochromatic Colors of #523262

#523262

Complementary Color

#523262 #426232

#523262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523262 Color CSS Codes

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

#523262 Text Font Color

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

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


#523262 Background Color

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

This div background color is #523262


#523262 Border Color

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

This div border color is #523262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523262


Comments

No comments written yet.

Please login to write comment.