Color Hex Logo

#52647d Color Hex

#52647D
(82,100,125)
0 Favorites   0 Comments

Color spaces of #52647d

RGB 82100125
HSL0.600.210.41
HSV215°34°49°
CMYK 0.340.200.00   0.51
XYZ11.738512.388821.1746
Yxy12.38880.25910.2735
Hunter Lab35.1977-2.0660-11.0299
CIE-Lab41.8275-0.2591-16.1703

#52647d color RGB value is (82,100,125).

#52647d hex color red value is 82, green value is 100 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #52647d hue: 0.60 , saturation: 0.21 and the lightness value of 52647d is 0.41.

The process color (four color CMYK) of #52647d color hex is 0.34, 0.20, 0.00, 0.51. Web safe color of #52647d is #666666. Color #52647d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100100 01111101
Octal 122 144 175
Decimal 82 100 125
Hex 52 64 7D

RGB Percentages of Color #52647d

%26.71
%32.57
%40.72

CMYK Percentages of Color #52647d

%34
%20
%0
%51

Triadic Colors of #52647d

#52647d #7d5264 #647d52

Analogous Colors of #52647d

#52647d #55527d #527a7d

Monochromatic Colors of #52647d

#52647d

Complementary Color

#52647d #7d6b52

#52647d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52647d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52647d Color CSS Codes

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

#52647d Text Font Color

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

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


#52647d Background Color

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

This div background color is #52647d


#52647d Border Color

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

This div border color is #52647d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52647d


Comments

No comments written yet.

Please login to write comment.