Color Hex Logo

#525782 Color Hex

#525782
(82,87,130)
0 Favorites   0 Comments

Color spaces of #525782

RGB 8287130
HSL0.650.230.42
HSV234°37°51°
CMYK 0.370.330.00   0.49
XYZ10.917110.221922.5167
Yxy10.22190.25010.2341
Hunter Lab31.97175.0004-19.3759
CIE-Lab38.23789.2650-24.7576

#525782 color RGB value is (82,87,130).

#525782 hex color red value is 82, green value is 87 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #525782 hue: 0.65 , saturation: 0.23 and the lightness value of 525782 is 0.42.

The process color (four color CMYK) of #525782 color hex is 0.37, 0.33, 0.00, 0.49. Web safe color of #525782 is #666699. Color #525782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010111 10000010
Octal 122 127 202
Decimal 82 87 130
Hex 52 57 82

RGB Percentages of Color #525782

%27.42
%29.10
%43.48

CMYK Percentages of Color #525782

%37
%33
%0
%49

Triadic Colors of #525782

#525782 #825257 #578252

Analogous Colors of #525782

#525782 #655282 #526f82

Monochromatic Colors of #525782

#525782

Complementary Color

#525782 #827d52

#525782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525782 Color CSS Codes

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

#525782 Text Font Color

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

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


#525782 Background Color

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

This div background color is #525782


#525782 Border Color

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

This div border color is #525782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525782


Comments

No comments written yet.

Please login to write comment.