Color Hex Logo

#525069 Color Hex

#525069
(82,80,105)
0 Favorites   0 Comments

Color spaces of #525069

RGB 8280105
HSL0.680.140.36
HSV245°24°41°
CMYK 0.220.240.00   0.59
XYZ8.89818.551114.5461
Yxy8.55110.27810.2673
Hunter Lab29.24233.1416-9.0233
CIE-Lab35.10526.7522-14.1286

#525069 color RGB value is (82,80,105).

#525069 hex color red value is 82, green value is 80 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #525069 hue: 0.68 , saturation: 0.14 and the lightness value of 525069 is 0.36.

The process color (four color CMYK) of #525069 color hex is 0.22, 0.24, 0.00, 0.59. Web safe color of #525069 is #666666. Color #525069 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010000 01101001
Octal 122 120 151
Decimal 82 80 105
Hex 52 50 69

RGB Percentages of Color #525069

%30.71
%29.96
%39.33

CMYK Percentages of Color #525069

%22
%24
%0
%59

Triadic Colors of #525069

#525069 #695250 #506952

Analogous Colors of #525069

#525069 #5f5069 #505b69

Monochromatic Colors of #525069

#525069

Complementary Color

#525069 #676950

#525069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525069 Color CSS Codes

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

#525069 Text Font Color

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

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


#525069 Background Color

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

This div background color is #525069


#525069 Border Color

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

This div border color is #525069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525069


Comments

No comments written yet.

Please login to write comment.