Color Hex Logo

#523a9f Color Hex

#523A9F
(82,58,159)
0 Favorites   0 Comments

Color spaces of #523a9f

RGB 8258159
HSL0.710.470.43
HSV254°64°62°
CMYK 0.480.640.00   0.38
XYZ11.25077.323233.6214
Yxy7.32320.21560.1403
Hunter Lab27.061426.8534-54.7196
CIE-Lab32.531636.3113-51.5056

#523a9f color RGB value is (82,58,159).

#523a9f hex color red value is 82, green value is 58 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #523a9f hue: 0.71 , saturation: 0.47 and the lightness value of 523a9f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111010 10011111
Octal 122 72 237
Decimal 82 58 159
Hex 52 3A 9F

RGB Percentages of Color #523a9f

%27.42
%19.40
%53.18

CMYK Percentages of Color #523a9f

%48
%64
%0
%38

Triadic Colors of #523a9f

#523a9f #9f523a #3a9f52

Analogous Colors of #523a9f

#523a9f #853a9f #3a549f

Monochromatic Colors of #523a9f

#523a9f

Complementary Color

#523a9f #879f3a

#523a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#523a9f Color CSS Codes

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

#523a9f Text Font Color

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

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


#523a9f Background Color

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

This div background color is #523a9f


#523a9f Border Color

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

This div border color is #523a9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,58,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #523a9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #523a9f;
  -webkit-box-shadow: 1px 1px 3px 2px #523a9f;
  box-shadow:         1px 1px 3px 2px #523a9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523a9f


Comments

No comments written yet.

Please login to write comment.