Color Hex Logo

#525980 Color Hex

#525980
(82,89,128)
0 Favorites   0 Comments

Color spaces of #525980

RGB 8289128
HSL0.640.220.41
HSV231°36°50°
CMYK 0.360.300.00   0.50
XYZ10.948310.497121.8712
Yxy10.49710.25280.2423
Hunter Lab32.39923.6198-17.3444
CIE-Lab38.72027.4168-22.7846

#525980 color RGB value is (82,89,128).

#525980 hex color red value is 82, green value is 89 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #525980 hue: 0.64 , saturation: 0.22 and the lightness value of 525980 is 0.41.

The process color (four color CMYK) of #525980 color hex is 0.36, 0.30, 0.00, 0.50. Web safe color of #525980 is #666699. Color #525980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011001 10000000
Octal 122 131 200
Decimal 82 89 128
Hex 52 59 80

RGB Percentages of Color #525980

%27.42
%29.77
%42.81

CMYK Percentages of Color #525980

%36
%30
%0
%50

Triadic Colors of #525980

#525980 #805259 #598052

Analogous Colors of #525980

#525980 #625280 #527080

Monochromatic Colors of #525980

#525980

Complementary Color

#525980 #807952

#525980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525980 Color CSS Codes

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

#525980 Text Font Color

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

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


#525980 Background Color

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

This div background color is #525980


#525980 Border Color

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

This div border color is #525980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525980


Comments

No comments written yet.

Please login to write comment.