Color Hex Logo

#52163b Color Hex

#52163B
(82,22,59)
0 Favorites   0 Comments

Color spaces of #52163b

RGB 822259
HSL0.900.580.20
HSV323°73°32°
CMYK 0.000.730.28   0.68
XYZ4.55602.68344.4155
Yxy2.68340.39090.2302
Hunter Lab16.381120.9785-4.5148
CIE-Lab18.728531.9370-8.8359

#52163b color RGB value is (82,22,59).

#52163b hex color red value is 82, green value is 22 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #52163b hue: 0.90 , saturation: 0.58 and the lightness value of 52163b is 0.20.

The process color (four color CMYK) of #52163b color hex is 0.00, 0.73, 0.28, 0.68. Web safe color of #52163b is #660033. Color #52163b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010110 00111011
Octal 122 26 73
Decimal 82 22 59
Hex 52 16 3B

RGB Percentages of Color #52163b

%50.31
%13.50
%36.20

CMYK Percentages of Color #52163b

%0
%73
%28
%68

Triadic Colors of #52163b

#52163b #3b5216 #163b52

Analogous Colors of #52163b

#52163b #52161d #4b1652

Monochromatic Colors of #52163b

#52163b

Complementary Color

#52163b #16522d

#52163b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52163b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52163b Color CSS Codes

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

#52163b Text Font Color

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

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


#52163b Background Color

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

This div background color is #52163b


#52163b Border Color

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

This div border color is #52163b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52163b


Comments

No comments written yet.

Please login to write comment.