Color Hex Logo

#521d5d Color Hex

#521D5D
(82,29,93)
0 Favorites   0 Comments

Color spaces of #521d5d

RGB 822993
HSL0.800.520.24
HSV290°69°36°
CMYK 0.120.690.00   0.64
XYZ5.89483.462910.7136
Yxy3.46290.29370.1725
Hunter Lab18.608923.9786-21.1086
CIE-Lab21.809834.9423-27.1433

#521d5d color RGB value is (82,29,93).

#521d5d hex color red value is 82, green value is 29 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #521d5d hue: 0.80 , saturation: 0.52 and the lightness value of 521d5d is 0.24.

The process color (four color CMYK) of #521d5d color hex is 0.12, 0.69, 0.00, 0.64. Web safe color of #521d5d is #663366. Color #521d5d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011101 01011101
Octal 122 35 135
Decimal 82 29 93
Hex 52 1D 5D

RGB Percentages of Color #521d5d

%40.20
%14.22
%45.59

CMYK Percentages of Color #521d5d

%12
%69
%0
%64

Triadic Colors of #521d5d

#521d5d #5d521d #1d5d52

Analogous Colors of #521d5d

#521d5d #5d1d48 #321d5d

Monochromatic Colors of #521d5d

#521d5d

Complementary Color

#521d5d #285d1d

#521d5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521d5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#521d5d Color CSS Codes

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

#521d5d Text Font Color

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

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


#521d5d Background Color

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

This div background color is #521d5d


#521d5d Border Color

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

This div border color is #521d5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,29,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521d5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521d5d;
  -webkit-box-shadow: 1px 1px 3px 2px #521d5d;
  box-shadow:         1px 1px 3px 2px #521d5d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521d5d


Comments

No comments written yet.

Please login to write comment.