Color Hex Logo

#52387e Color Hex

#52387E
(82,56,126)
0 Favorites   0 Comments

Color spaces of #52387e

RGB 8256126
HSL0.730.380.36
HSV262°56°49°
CMYK 0.350.560.00   0.51
XYZ8.65976.128520.4652
Yxy6.12850.24560.1738
Hunter Lab24.755819.1175-31.6850
CIE-Lab29.734427.8565-35.7118

#52387e color RGB value is (82,56,126).

#52387e hex color red value is 82, green value is 56 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #52387e hue: 0.73 , saturation: 0.38 and the lightness value of 52387e is 0.36.

The process color (four color CMYK) of #52387e color hex is 0.35, 0.56, 0.00, 0.51. Web safe color of #52387e is #663366. Color #52387e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 01111110
Octal 122 70 176
Decimal 82 56 126
Hex 52 38 7E

RGB Percentages of Color #52387e

%31.06
%21.21
%47.73

CMYK Percentages of Color #52387e

%35
%56
%0
%51

Triadic Colors of #52387e

#52387e #7e5238 #387e52

Analogous Colors of #52387e

#52387e #75387e #38417e

Monochromatic Colors of #52387e

#52387e

Complementary Color

#52387e #647e38

#52387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52387e Color CSS Codes

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

#52387e Text Font Color

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

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


#52387e Background Color

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

This div background color is #52387e


#52387e Border Color

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

This div border color is #52387e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,56,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 #52387e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52387e


Comments

No comments written yet.

Please login to write comment.