Color Hex Logo

#52406a Color Hex

#52406A
(82,64,106)
0 Favorites   0 Comments

Color spaces of #52406a

RGB 8264106
HSL0.740.250.33
HSV266°40°42°
CMYK 0.230.400.00   0.58
XYZ7.91466.501214.4734
Yxy6.50120.27400.2250
Hunter Lab25.497510.7872-15.8072
CIE-Lab30.643317.2915-21.6510

#52406a color RGB value is (82,64,106).

#52406a hex color red value is 82, green value is 64 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #52406a hue: 0.74 , saturation: 0.25 and the lightness value of 52406a is 0.33.

The process color (four color CMYK) of #52406a color hex is 0.23, 0.40, 0.00, 0.58. Web safe color of #52406a is #663366. Color #52406a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000000 01101010
Octal 122 100 152
Decimal 82 64 106
Hex 52 40 6A

RGB Percentages of Color #52406a

%32.54
%25.40
%42.06

CMYK Percentages of Color #52406a

%23
%40
%0
%58

Triadic Colors of #52406a

#52406a #6a5240 #406a52

Analogous Colors of #52406a

#52406a #67406a #40436a

Monochromatic Colors of #52406a

#52406a

Complementary Color

#52406a #586a40

#52406a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52406a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52406a Color CSS Codes

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

#52406a Text Font Color

<p style="color:#52406a">Text here</p>

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


#52406a Background Color

<div style="background-color:#52406a">
Div content here</div>

This div background color is #52406a


#52406a Border Color

<div style="border:3px solid #52406a">
Div here</div>

This div border color is #52406a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,64,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52406a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52406a;
  -webkit-box-shadow: 1px 1px 3px 2px #52406a;
  box-shadow:         1px 1px 3px 2px #52406a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52406a

#52406a Color Palettes


Comments

No comments written yet.

Please login to write comment.