Color Hex Logo

#52678f Color Hex

#52678F
(82,103,143)
0 Favorites   0 Comments

Color spaces of #52678f

RGB 82103143
HSL0.610.270.44
HSV219°43°56°
CMYK 0.430.280.00   0.44
XYZ13.287813.477527.8877
Yxy13.47750.24310.2466
Hunter Lab36.71170.3625-19.3409
CIE-Lab43.47413.1487-24.4713

#52678f color RGB value is (82,103,143).

#52678f hex color red value is 82, green value is 103 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #52678f hue: 0.61 , saturation: 0.27 and the lightness value of 52678f is 0.44.

The process color (four color CMYK) of #52678f color hex is 0.43, 0.28, 0.00, 0.44. Web safe color of #52678f is #666699. Color #52678f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100111 10001111
Octal 122 147 217
Decimal 82 103 143
Hex 52 67 8F

RGB Percentages of Color #52678f

%25.00
%31.40
%43.60

CMYK Percentages of Color #52678f

%43
%28
%0
%44

Triadic Colors of #52678f

#52678f #8f5267 #678f52

Analogous Colors of #52678f

#52678f #5c528f #52868f

Monochromatic Colors of #52678f

#52678f

Complementary Color

#52678f #8f7a52

#52678f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52678f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52678f Color CSS Codes

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

#52678f Text Font Color

<p style="color:#52678f">Text here</p>

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


#52678f Background Color

<div style="background-color:#52678f">
Div content here</div>

This div background color is #52678f


#52678f Border Color

<div style="border:3px solid #52678f">
Div here</div>

This div border color is #52678f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,103,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52678f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52678f;
  -webkit-box-shadow: 1px 1px 3px 2px #52678f;
  box-shadow:         1px 1px 3px 2px #52678f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52678f


Comments

No comments written yet.

Please login to write comment.