Color Hex Logo

#523986 Color Hex

#523986
(82,57,134)
0 Favorites   0 Comments

Color spaces of #523986

RGB 8257134
HSL0.720.400.37
HSV259°57°53°
CMYK 0.390.570.00   0.47
XYZ9.24596.441323.3102
Yxy6.44130.23710.1652
Hunter Lab25.379720.6135-36.6896
CIE-Lab30.499629.5243-39.4726

#523986 color RGB value is (82,57,134).

#523986 hex color red value is 82, green value is 57 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #523986 hue: 0.72 , saturation: 0.40 and the lightness value of 523986 is 0.37.

The process color (four color CMYK) of #523986 color hex is 0.39, 0.57, 0.00, 0.47. Web safe color of #523986 is #663399. Color #523986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111001 10000110
Octal 122 71 206
Decimal 82 57 134
Hex 52 39 86

RGB Percentages of Color #523986

%30.04
%20.88
%49.08

CMYK Percentages of Color #523986

%39
%57
%0
%47

Triadic Colors of #523986

#523986 #865239 #398652

Analogous Colors of #523986

#523986 #793986 #394686

Monochromatic Colors of #523986

#523986

Complementary Color

#523986 #6d8639

#523986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523986 Color CSS Codes

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

#523986 Text Font Color

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

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


#523986 Background Color

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

This div background color is #523986


#523986 Border Color

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

This div border color is #523986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523986


Comments

No comments written yet.

Please login to write comment.