Color Hex Logo

#521869 Color Hex

#521869
(82,24,105)
0 Favorites   0 Comments

Color spaces of #521869

RGB 8224105
HSL0.790.630.25
HSV283°77°41°
CMYK 0.220.770.00   0.59
XYZ6.35613.467013.6988
Yxy3.46700.27020.1474
Hunter Lab18.619928.3481-30.5862
CIE-Lab21.824739.9116-35.0010

#521869 color RGB value is (82,24,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011000 01101001
Octal 122 30 151
Decimal 82 24 105
Hex 52 18 69

RGB Percentages of Color #521869

%38.86
%11.37
%49.76

CMYK Percentages of Color #521869

%22
%77
%0
%59

Triadic Colors of #521869

#521869 #695218 #186952

Analogous Colors of #521869

#521869 #691857 #2a1869

Monochromatic Colors of #521869

#521869

Complementary Color

#521869 #2f6918

#521869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521869 Color CSS Codes

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

#521869 Text Font Color

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

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


#521869 Background Color

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

This div background color is #521869


#521869 Border Color

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

This div border color is #521869


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,24,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 #521869">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521869


Comments

No comments written yet.

Please login to write comment.