Color Hex Logo

#52607e Color Hex

#52607E
(82,96,126)
1 Favorites   0 Comments

Color spaces of #52607e

RGB 8296126
HSL0.610.210.41
HSV221°35°49°
CMYK 0.350.240.00   0.51
XYZ11.428411.665921.3881
Yxy11.66590.25690.2623
Hunter Lab34.1554-0.0458-13.2186
CIE-Lab40.68012.4743-18.5367

#52607e color RGB value is (82,96,126).

#52607e hex color red value is 82, green value is 96 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #52607e hue: 0.61 , saturation: 0.21 and the lightness value of 52607e is 0.41.

The process color (four color CMYK) of #52607e color hex is 0.35, 0.24, 0.00, 0.51. Web safe color of #52607e is #666666. Color #52607e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100000 01111110
Octal 122 140 176
Decimal 82 96 126
Hex 52 60 7E

RGB Percentages of Color #52607e

%26.97
%31.58
%41.45

CMYK Percentages of Color #52607e

%35
%24
%0
%51

Triadic Colors of #52607e

#52607e #7e5260 #607e52

Analogous Colors of #52607e

#52607e #5a527e #52767e

Monochromatic Colors of #52607e

#52607e

Complementary Color

#52607e #7e7052

#52607e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52607e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52607e Color CSS Codes

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

#52607e Text Font Color

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

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


#52607e Background Color

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

This div background color is #52607e


#52607e Border Color

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

This div border color is #52607e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,96,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52607e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52607e;
  -webkit-box-shadow: 1px 1px 3px 2px #52607e;
  box-shadow:         1px 1px 3px 2px #52607e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52607e


Comments

No comments written yet.

Please login to write comment.