Color Hex Logo

#525690 Color Hex

#525690
(82,86,144)
0 Favorites   0 Comments

Color spaces of #525690

RGB 8286144
HSL0.660.270.44
HSV236°43°56°
CMYK 0.430.400.00   0.44
XYZ11.841510.463027.7810
Yxy10.46300.23640.2089
Hunter Lab32.34668.7392-28.2789
CIE-Lab38.660914.1162-32.6077

#525690 color RGB value is (82,86,144).

#525690 hex color red value is 82, green value is 86 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #525690 hue: 0.66 , saturation: 0.27 and the lightness value of 525690 is 0.44.

The process color (four color CMYK) of #525690 color hex is 0.43, 0.40, 0.00, 0.44. Web safe color of #525690 is #666699. Color #525690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010110 10010000
Octal 122 126 220
Decimal 82 86 144
Hex 52 56 90

RGB Percentages of Color #525690

%26.28
%27.56
%46.15

CMYK Percentages of Color #525690

%43
%40
%0
%44

Triadic Colors of #525690

#525690 #905256 #569052

Analogous Colors of #525690

#525690 #6d5290 #527590

Monochromatic Colors of #525690

#525690

Complementary Color

#525690 #908c52

#525690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525690 Color CSS Codes

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

#525690 Text Font Color

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

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


#525690 Background Color

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

This div background color is #525690


#525690 Border Color

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

This div border color is #525690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525690


Comments

No comments written yet.

Please login to write comment.