Color Hex Logo

#525d78 Color Hex

#525D78
(82,93,120)
2 Favorites   0 Comments

Color spaces of #525d78

RGB 8293120
HSL0.620.190.40
HSV223°32°47°
CMYK 0.320.230.00   0.53
XYZ10.784210.978619.3200
Yxy10.97860.26250.2672
Hunter Lab33.13400.1124-11.3775
CIE-Lab39.54442.6427-16.6198

#525d78 color RGB value is (82,93,120).

#525d78 hex color red value is 82, green value is 93 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #525d78 hue: 0.62 , saturation: 0.19 and the lightness value of 525d78 is 0.40.

The process color (four color CMYK) of #525d78 color hex is 0.32, 0.23, 0.00, 0.53. Web safe color of #525d78 is #666666. Color #525d78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011101 01111000
Octal 122 135 170
Decimal 82 93 120
Hex 52 5D 78

RGB Percentages of Color #525d78

%27.80
%31.53
%40.68

CMYK Percentages of Color #525d78

%32
%23
%0
%53

Triadic Colors of #525d78

#525d78 #78525d #5d7852

Analogous Colors of #525d78

#525d78 #5a5278 #527078

Monochromatic Colors of #525d78

#525d78

Complementary Color

#525d78 #786d52

#525d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525d78 Color CSS Codes

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

#525d78 Text Font Color

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

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


#525d78 Background Color

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

This div background color is #525d78


#525d78 Border Color

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

This div border color is #525d78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,93,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #525d78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #525d78;
  -webkit-box-shadow: 1px 1px 3px 2px #525d78;
  box-shadow:         1px 1px 3px 2px #525d78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525d78


Comments

No comments written yet.

Please login to write comment.