Color Hex Logo

#521369 Color Hex

#521369
(82,19,105)
0 Favorites   0 Comments

Color spaces of #521369

RGB 8219105
HSL0.790.690.24
HSV284°82°41°
CMYK 0.220.820.00   0.59
XYZ6.26233.279513.6675
Yxy3.27950.26980.1413
Hunter Lab18.109430.0346-32.0707
CIE-Lab21.130241.9020-36.1221

#521369 color RGB value is (82,19,105).

#521369 hex color red value is 82, green value is 19 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #521369 hue: 0.79 , saturation: 0.69 and the lightness value of 521369 is 0.24.

The process color (four color CMYK) of #521369 color hex is 0.22, 0.82, 0.00, 0.59. Web safe color of #521369 is #660066. Color #521369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010011 01101001
Octal 122 23 151
Decimal 82 19 105
Hex 52 13 69

RGB Percentages of Color #521369

%39.81
%9.22
%50.97

CMYK Percentages of Color #521369

%22
%82
%0
%59

Triadic Colors of #521369

#521369 #695213 #136952

Analogous Colors of #521369

#521369 #691355 #271369

Monochromatic Colors of #521369

#521369

Complementary Color

#521369 #2a6913

#521369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521369 Color CSS Codes

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

#521369 Text Font Color

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

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


#521369 Background Color

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

This div background color is #521369


#521369 Border Color

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

This div border color is #521369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521369


Comments

No comments written yet.

Please login to write comment.