Color Hex Logo

#521353 Color Hex

#521353
(82,19,83)
0 Favorites   0 Comments

Color spaces of #521353

RGB 821983
HSL0.830.630.20
HSV299°77°33°
CMYK 0.010.770.00   0.67
XYZ5.27392.88418.4623
Yxy2.88410.31730.1735
Hunter Lab16.982625.7129-17.6558
CIE-Lab19.573637.3729-24.0167

#521353 color RGB value is (82,19,83).

#521353 hex color red value is 82, green value is 19 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #521353 hue: 0.83 , saturation: 0.63 and the lightness value of 521353 is 0.20.

The process color (four color CMYK) of #521353 color hex is 0.01, 0.77, 0.00, 0.67. Web safe color of #521353 is #660066. Color #521353 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010011 01010011
Octal 122 23 123
Decimal 82 19 83
Hex 52 13 53

RGB Percentages of Color #521353

%44.57
%10.33
%45.11

CMYK Percentages of Color #521353

%1
%77
%0
%67

Triadic Colors of #521353

#521353 #535213 #135352

Analogous Colors of #521353

#521353 #531334 #321353

Monochromatic Colors of #521353

#521353

Complementary Color

#521353 #145313

#521353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521353 Color CSS Codes

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

#521353 Text Font Color

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

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


#521353 Background Color

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

This div background color is #521353


#521353 Border Color

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

This div border color is #521353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521353


Comments

No comments written yet.

Please login to write comment.