Color Hex Logo

#521549 Color Hex

#521549
(82,21,73)
0 Favorites   0 Comments

Color spaces of #521549

RGB 822173
HSL0.860.590.20
HSV309°74°32°
CMYK 0.000.740.11   0.68
XYZ4.95042.81126.5850
Yxy2.81120.34510.1959
Hunter Lab16.766623.3611-11.5492
CIE-Lab19.271334.6940-17.6920

#521549 color RGB value is (82,21,73).

#521549 hex color red value is 82, green value is 21 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #521549 hue: 0.86 , saturation: 0.59 and the lightness value of 521549 is 0.20.

The process color (four color CMYK) of #521549 color hex is 0.00, 0.74, 0.11, 0.68. Web safe color of #521549 is #660033. Color #521549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 01001001
Octal 122 25 111
Decimal 82 21 73
Hex 52 15 49

RGB Percentages of Color #521549

%46.59
%11.93
%41.48

CMYK Percentages of Color #521549

%0
%74
%11
%68

Triadic Colors of #521549

#521549 #495215 #154952

Analogous Colors of #521549

#521549 #52152b #3d1552

Monochromatic Colors of #521549

#521549

Complementary Color

#521549 #15521e

#521549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521549 Color CSS Codes

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

#521549 Text Font Color

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

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


#521549 Background Color

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

This div background color is #521549


#521549 Border Color

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

This div border color is #521549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521549


Comments

No comments written yet.

Please login to write comment.