Color Hex Logo

#521950 Color Hex

#521950
(82,25,80)
0 Favorites   0 Comments

Color spaces of #521950

RGB 822580
HSL0.840.530.21
HSV302°70°32°
CMYK 0.000.700.02   0.68
XYZ5.27533.06837.9036
Yxy3.06830.32470.1889
Hunter Lab17.516623.1032-14.4905
CIE-Lab20.315434.1926-20.8165

#521950 color RGB value is (82,25,80).

#521950 hex color red value is 82, green value is 25 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #521950 hue: 0.84 , saturation: 0.53 and the lightness value of 521950 is 0.21.

The process color (four color CMYK) of #521950 color hex is 0.00, 0.70, 0.02, 0.68. Web safe color of #521950 is #660066. Color #521950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011001 01010000
Octal 122 31 120
Decimal 82 25 80
Hex 52 19 50

RGB Percentages of Color #521950

%43.85
%13.37
%42.78

CMYK Percentages of Color #521950

%0
%70
%2
%68

Triadic Colors of #521950

#521950 #505219 #195052

Analogous Colors of #521950

#521950 #521934 #381952

Monochromatic Colors of #521950

#521950

Complementary Color

#521950 #19521b

#521950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521950 Color CSS Codes

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

#521950 Text Font Color

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

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


#521950 Background Color

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

This div background color is #521950


#521950 Border Color

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

This div border color is #521950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521950


Comments

No comments written yet.

Please login to write comment.