Color Hex Logo

#52445b Color Hex

#52445B
(82,68,91)
0 Favorites   0 Comments

Color spaces of #52445b

RGB 826891
HSL0.770.140.31
HSV277°25°36°
CMYK 0.100.250.00   0.64
XYZ7.43516.683410.7957
Yxy6.68340.29840.2683
Hunter Lab25.85236.0950-6.6624
CIE-Lab31.075010.9291-11.4040

#52445b color RGB value is (82,68,91).

#52445b hex color red value is 82, green value is 68 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #52445b hue: 0.77 , saturation: 0.14 and the lightness value of 52445b is 0.31.

The process color (four color CMYK) of #52445b color hex is 0.10, 0.25, 0.00, 0.64. Web safe color of #52445b is #663366. Color #52445b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000100 01011011
Octal 122 104 133
Decimal 82 68 91
Hex 52 44 5B

RGB Percentages of Color #52445b

%34.02
%28.22
%37.76

CMYK Percentages of Color #52445b

%10
%25
%0
%64

Triadic Colors of #52445b

#52445b #5b5244 #445b52

Analogous Colors of #52445b

#52445b #5b4459 #47445b

Monochromatic Colors of #52445b

#52445b

Complementary Color

#52445b #4d5b44

#52445b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52445b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52445b Color CSS Codes

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

#52445b Text Font Color

<p style="color:#52445b">Text here</p>

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


#52445b Background Color

<div style="background-color:#52445b">
Div content here</div>

This div background color is #52445b


#52445b Border Color

<div style="border:3px solid #52445b">
Div here</div>

This div border color is #52445b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,68,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52445b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52445b;
  -webkit-box-shadow: 1px 1px 3px 2px #52445b;
  box-shadow:         1px 1px 3px 2px #52445b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52445b


Comments

No comments written yet.

Please login to write comment.