Color Hex Logo

#523285 Color Hex

#523285
(82,50,133)
0 Favorites   0 Comments

Color spaces of #523285

RGB 8250133
HSL0.730.450.36
HSV263°62°52°
CMYK 0.380.620.00   0.48
XYZ8.85395.768522.8371
Yxy5.76850.23640.1540
Hunter Lab24.017723.7714-39.5632
CIE-Lab28.820733.4640-41.5522

#523285 color RGB value is (82,50,133).

#523285 hex color red value is 82, green value is 50 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #523285 hue: 0.73 , saturation: 0.45 and the lightness value of 523285 is 0.36.

The process color (four color CMYK) of #523285 color hex is 0.38, 0.62, 0.00, 0.48. Web safe color of #523285 is #663399. Color #523285 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110010 10000101
Octal 122 62 205
Decimal 82 50 133
Hex 52 32 85

RGB Percentages of Color #523285

%30.94
%18.87
%50.19

CMYK Percentages of Color #523285

%38
%62
%0
%48

Triadic Colors of #523285

#523285 #855232 #328552

Analogous Colors of #523285

#523285 #7c3285 #323b85

Monochromatic Colors of #523285

#523285

Complementary Color

#523285 #658532

#523285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523285 Color CSS Codes

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

#523285 Text Font Color

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

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


#523285 Background Color

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

This div background color is #523285


#523285 Border Color

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

This div border color is #523285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523285


Comments

No comments written yet.

Please login to write comment.