Color Hex Logo

#523281 Color Hex

#523281
(82,50,129)
0 Favorites   0 Comments

Color spaces of #523281

RGB 8250129
HSL0.730.440.35
HSV264°61°51°
CMYK 0.360.610.00   0.49
XYZ8.58275.660021.4090
Yxy5.66000.24070.1588
Hunter Lab23.790822.7614-36.7008
CIE-Lab28.537932.3447-39.5093

#523281 color RGB value is (82,50,129).

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

The process color (four color CMYK) of #523281 color hex is 0.36, 0.61, 0.00, 0.49. Web safe color of #523281 is #663399. Color #523281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110010 10000001
Octal 122 62 201
Decimal 82 50 129
Hex 52 32 81

RGB Percentages of Color #523281

%31.42
%19.16
%49.43

CMYK Percentages of Color #523281

%36
%61
%0
%49

Triadic Colors of #523281

#523281 #815232 #328152

Analogous Colors of #523281

#523281 #7a3281 #323981

Monochromatic Colors of #523281

#523281

Complementary Color

#523281 #618132

#523281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523281 Color CSS Codes

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

#523281 Text Font Color

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

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


#523281 Background Color

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

This div background color is #523281


#523281 Border Color

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

This div border color is #523281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523281


Comments

No comments written yet.

Please login to write comment.