Color Hex Logo

#525785 Color Hex

#525785
(82,87,133)
0 Favorites   0 Comments

Color spaces of #525785

RGB 8287133
HSL0.650.240.42
HSV234°38°52°
CMYK 0.380.350.00   0.48
XYZ11.121510.303723.5929
Yxy10.30370.24700.2289
Hunter Lab32.09945.6711-21.1083
CIE-Lab38.382110.1505-26.3638

#525785 color RGB value is (82,87,133).

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

The process color (four color CMYK) of #525785 color hex is 0.38, 0.35, 0.00, 0.48. Web safe color of #525785 is #666699. Color #525785 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010111 10000101
Octal 122 127 205
Decimal 82 87 133
Hex 52 57 85

RGB Percentages of Color #525785

%27.15
%28.81
%44.04

CMYK Percentages of Color #525785

%38
%35
%0
%48

Triadic Colors of #525785

#525785 #855257 #578552

Analogous Colors of #525785

#525785 #675285 #527185

Monochromatic Colors of #525785

#525785

Complementary Color

#525785 #858052

#525785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525785 Color CSS Codes

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

#525785 Text Font Color

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

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


#525785 Background Color

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

This div background color is #525785


#525785 Border Color

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

This div border color is #525785


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,87,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 #525785">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525785


Comments

No comments written yet.

Please login to write comment.