Color Hex Logo

#52132b Color Hex

#52132B
(82,19,43)
0 Favorites   0 Comments

Color spaces of #52132b

RGB 821943
HSL0.940.620.20
HSV337°77°32°
CMYK 0.000.770.48   0.68
XYZ4.14862.43402.5367
Yxy2.43400.45490.2669
Hunter Lab15.601320.16341.2806
CIE-Lab17.617531.14250.8396

#52132b color RGB value is (82,19,43).

#52132b hex color red value is 82, green value is 19 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #52132b hue: 0.94 , saturation: 0.62 and the lightness value of 52132b is 0.20.

The process color (four color CMYK) of #52132b color hex is 0.00, 0.77, 0.48, 0.68. Web safe color of #52132b is #660033. Color #52132b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010011 00101011
Octal 122 23 53
Decimal 82 19 43
Hex 52 13 2B

RGB Percentages of Color #52132b

%56.94
%13.19
%29.86

CMYK Percentages of Color #52132b

%0
%77
%48
%68

Triadic Colors of #52132b

#52132b #2b5213 #132b52

Analogous Colors of #52132b

#52132b #521b13 #52134a

Monochromatic Colors of #52132b

#52132b

Complementary Color

#52132b #13523a

#52132b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52132b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52132b Color CSS Codes

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

#52132b Text Font Color

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

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


#52132b Background Color

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

This div background color is #52132b


#52132b Border Color

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

This div border color is #52132b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52132b

#52132b Color Palettes


Comments

No comments written yet.

Please login to write comment.