Color Hex Logo

#525672 Color Hex

#525672
(82,86,114)
0 Favorites   0 Comments

Color spaces of #525672

RGB 8286114
HSL0.650.160.38
HSV233°28°45°
CMYK 0.280.250.00   0.55
XYZ9.84479.664317.2661
Yxy9.66430.26770.2628
Hunter Lab31.08752.1239-11.1687
CIE-Lab37.23315.3615-16.4722

#525672 color RGB value is (82,86,114).

#525672 hex color red value is 82, green value is 86 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #525672 hue: 0.65 , saturation: 0.16 and the lightness value of 525672 is 0.38.

The process color (four color CMYK) of #525672 color hex is 0.28, 0.25, 0.00, 0.55. Web safe color of #525672 is #666666. Color #525672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010110 01110010
Octal 122 126 162
Decimal 82 86 114
Hex 52 56 72

RGB Percentages of Color #525672

%29.08
%30.50
%40.43

CMYK Percentages of Color #525672

%28
%25
%0
%55

Triadic Colors of #525672

#525672 #725256 #567252

Analogous Colors of #525672

#525672 #5e5272 #526672

Monochromatic Colors of #525672

#525672

Complementary Color

#525672 #726e52

#525672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525672 Color CSS Codes

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

#525672 Text Font Color

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

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


#525672 Background Color

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

This div background color is #525672


#525672 Border Color

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

This div border color is #525672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525672


Comments

No comments written yet.

Please login to write comment.