Color Hex Logo

#522744 Color Hex

#522744
(82,39,68)
0 Favorites   0 Comments

Color spaces of #522744

RGB 823968
HSL0.890.360.24
HSV320°52°32°
CMYK 0.000.520.17   0.68
XYZ5.24863.66225.8991
Yxy3.66220.35440.2473
Hunter Lab19.136915.4670-4.8808
CIE-Lab22.521724.3603-9.2617

#522744 color RGB value is (82,39,68).

#522744 hex color red value is 82, green value is 39 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #522744 hue: 0.89 , saturation: 0.36 and the lightness value of 522744 is 0.24.

The process color (four color CMYK) of #522744 color hex is 0.00, 0.52, 0.17, 0.68. Web safe color of #522744 is #663333. Color #522744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100111 01000100
Octal 122 47 104
Decimal 82 39 68
Hex 52 27 44

RGB Percentages of Color #522744

%43.39
%20.63
%35.98

CMYK Percentages of Color #522744

%0
%52
%17
%68

Triadic Colors of #522744

#522744 #445227 #274452

Analogous Colors of #522744

#522744 #52272e #4b2752

Monochromatic Colors of #522744

#522744

Complementary Color

#522744 #275235

#522744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522744 Color CSS Codes

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

#522744 Text Font Color

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

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


#522744 Background Color

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

This div background color is #522744


#522744 Border Color

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

This div border color is #522744


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,39,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #522744; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #522744;
  -webkit-box-shadow: 1px 1px 3px 2px #522744;
  box-shadow:         1px 1px 3px 2px #522744; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522744


Comments

No comments written yet.

Please login to write comment.