Color Hex Logo

#52466b Color Hex

#52466B
(82,70,107)
0 Favorites   0 Comments

Color spaces of #52466b

RGB 8270107
HSL0.720.210.35
HSV259°35°42°
CMYK 0.230.350.00   0.58
XYZ8.32377.235714.8678
Yxy7.23570.27360.2378
Hunter Lab26.89938.1613-13.9414
CIE-Lab32.337613.6874-19.6487

#52466b color RGB value is (82,70,107).

#52466b hex color red value is 82, green value is 70 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #52466b hue: 0.72 , saturation: 0.21 and the lightness value of 52466b is 0.35.

The process color (four color CMYK) of #52466b color hex is 0.23, 0.35, 0.00, 0.58. Web safe color of #52466b is #663366. Color #52466b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 01101011
Octal 122 106 153
Decimal 82 70 107
Hex 52 46 6B

RGB Percentages of Color #52466b

%31.66
%27.03
%41.31

CMYK Percentages of Color #52466b

%23
%35
%0
%58

Triadic Colors of #52466b

#52466b #6b5246 #466b52

Analogous Colors of #52466b

#52466b #65466b #464d6b

Monochromatic Colors of #52466b

#52466b

Complementary Color

#52466b #5f6b46

#52466b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52466b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52466b Color CSS Codes

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

#52466b Text Font Color

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

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


#52466b Background Color

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

This div background color is #52466b


#52466b Border Color

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

This div border color is #52466b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52466b


Comments

No comments written yet.

Please login to write comment.