Color Hex Logo

#52629e Color Hex

#52629E
(82,98,158)
0 Favorites   0 Comments

Color spaces of #52629e

RGB 8298158
HSL0.630.320.47
HSV227°48°62°
CMYK 0.480.380.00   0.38
XYZ14.018912.997834.1177
Yxy12.99780.22930.2126
Hunter Lab36.05256.3174-30.8715
CIE-Lab42.759910.9015-34.5326

#52629e color RGB value is (82,98,158).

#52629e hex color red value is 82, green value is 98 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #52629e hue: 0.63 , saturation: 0.32 and the lightness value of 52629e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100010 10011110
Octal 122 142 236
Decimal 82 98 158
Hex 52 62 9E

RGB Percentages of Color #52629e

%24.26
%28.99
%46.75

CMYK Percentages of Color #52629e

%48
%38
%0
%38

Triadic Colors of #52629e

#52629e #9e5262 #629e52

Analogous Colors of #52629e

#52629e #68529e #52889e

Monochromatic Colors of #52629e

#52629e

Complementary Color

#52629e #9e8e52

#52629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52629e Color CSS Codes

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

#52629e Text Font Color

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

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


#52629e Background Color

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

This div background color is #52629e


#52629e Border Color

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

This div border color is #52629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52629e


Comments

No comments written yet.

Please login to write comment.