Color Hex Logo

#52639d Color Hex

#52639D
(82,99,157)
0 Favorites   0 Comments

Color spaces of #52639d

RGB 8299157
HSL0.630.310.47
HSV226°48°62°
CMYK 0.480.370.00   0.38
XYZ14.027313.151833.6975
Yxy13.15180.23040.2160
Hunter Lab36.26545.5785-29.7060
CIE-Lab42.99119.9579-33.5740

#52639d color RGB value is (82,99,157).

#52639d hex color red value is 82, green value is 99 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #52639d hue: 0.63 , saturation: 0.31 and the lightness value of 52639d is 0.47.

The process color (four color CMYK) of #52639d color hex is 0.48, 0.37, 0.00, 0.38. Web safe color of #52639d is #666699. Color #52639d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 10011101
Octal 122 143 235
Decimal 82 99 157
Hex 52 63 9D

RGB Percentages of Color #52639d

%24.26
%29.29
%46.45

CMYK Percentages of Color #52639d

%48
%37
%0
%38

Triadic Colors of #52639d

#52639d #9d5263 #639d52

Analogous Colors of #52639d

#52639d #67529d #52899d

Monochromatic Colors of #52639d

#52639d

Complementary Color

#52639d #9d8c52

#52639d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52639d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52639d Color CSS Codes

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

#52639d Text Font Color

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

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


#52639d Background Color

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

This div background color is #52639d


#52639d Border Color

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

This div border color is #52639d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,99,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52639d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52639d;
  -webkit-box-shadow: 1px 1px 3px 2px #52639d;
  box-shadow:         1px 1px 3px 2px #52639d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52639d


Comments

No comments written yet.

Please login to write comment.