Color Hex Logo

#523896 Color Hex

#523896
(82,56,150)
0 Favorites   0 Comments

Color spaces of #523896

RGB 8256150
HSL0.710.460.40
HSV257°63°59°
CMYK 0.450.630.00   0.41
XYZ10.39896.824229.6233
Yxy6.82420.22200.1457
Hunter Lab26.123225.3403-48.9478
CIE-Lab31.403334.8159-47.8650

#523896 color RGB value is (82,56,150).

#523896 hex color red value is 82, green value is 56 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #523896 hue: 0.71 , saturation: 0.46 and the lightness value of 523896 is 0.40.

The process color (four color CMYK) of #523896 color hex is 0.45, 0.63, 0.00, 0.41. Web safe color of #523896 is #663399. Color #523896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 10010110
Octal 122 70 226
Decimal 82 56 150
Hex 52 38 96

RGB Percentages of Color #523896

%28.47
%19.44
%52.08

CMYK Percentages of Color #523896

%45
%63
%0
%41

Triadic Colors of #523896

#523896 #965238 #389652

Analogous Colors of #523896

#523896 #813896 #384d96

Monochromatic Colors of #523896

#523896

Complementary Color

#523896 #7c9638

#523896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523896 Color CSS Codes

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

#523896 Text Font Color

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

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


#523896 Background Color

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

This div background color is #523896


#523896 Border Color

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

This div border color is #523896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523896


Comments

No comments written yet.

Please login to write comment.