Color Hex Logo

#52213e Color Hex

#52213E
(82,33,62)
0 Favorites   0 Comments

Color spaces of #52213e

RGB 823362
HSL0.900.430.23
HSV324°60°32°
CMYK 0.000.600.24   0.68
XYZ4.89303.22944.9229
Yxy3.22940.37510.2476
Hunter Lab17.970517.1534-3.6627
CIE-Lab20.940126.7764-7.5599

#52213e color RGB value is (82,33,62).

#52213e hex color red value is 82, green value is 33 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #52213e hue: 0.90 , saturation: 0.43 and the lightness value of 52213e is 0.23.

The process color (four color CMYK) of #52213e color hex is 0.00, 0.60, 0.24, 0.68. Web safe color of #52213e is #663333. Color #52213e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100001 00111110
Octal 122 41 76
Decimal 82 33 62
Hex 52 21 3E

RGB Percentages of Color #52213e

%46.33
%18.64
%35.03

CMYK Percentages of Color #52213e

%0
%60
%24
%68

Triadic Colors of #52213e

#52213e #3e5221 #213e52

Analogous Colors of #52213e

#52213e #522126 #4e2152

Monochromatic Colors of #52213e

#52213e

Complementary Color

#52213e #215235

#52213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52213e Color CSS Codes

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

#52213e Text Font Color

<p style="color:#52213e">Text here</p>

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


#52213e Background Color

<div style="background-color:#52213e">
Div content here</div>

This div background color is #52213e


#52213e Border Color

<div style="border:3px solid #52213e">
Div here</div>

This div border color is #52213e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,33,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52213e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52213e;
  -webkit-box-shadow: 1px 1px 3px 2px #52213e;
  box-shadow:         1px 1px 3px 2px #52213e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52213e


Comments

No comments written yet.

Please login to write comment.