Color Hex Logo

#521555 Color Hex

#521555
(82,21,85)
0 Favorites   0 Comments

Color spaces of #521555

RGB 822185
HSL0.830.600.21
HSV297°75°33°
CMYK 0.040.750.00   0.67
XYZ5.38752.98608.8867
Yxy2.98600.31210.1730
Hunter Lab17.280025.4119-18.3953
CIE-Lab19.987736.9475-24.7063

#521555 color RGB value is (82,21,85).

#521555 hex color red value is 82, green value is 21 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #521555 hue: 0.83 , saturation: 0.60 and the lightness value of 521555 is 0.21.

The process color (four color CMYK) of #521555 color hex is 0.04, 0.75, 0.00, 0.67. Web safe color of #521555 is #660066. Color #521555 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 01010101
Octal 122 25 125
Decimal 82 21 85
Hex 52 15 55

RGB Percentages of Color #521555

%43.62
%11.17
%45.21

CMYK Percentages of Color #521555

%4
%75
%0
%67

Triadic Colors of #521555

#521555 #555215 #155552

Analogous Colors of #521555

#521555 #551538 #321555

Monochromatic Colors of #521555

#521555

Complementary Color

#521555 #185515

#521555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521555 Color CSS Codes

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

#521555 Text Font Color

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

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


#521555 Background Color

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

This div background color is #521555


#521555 Border Color

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

This div border color is #521555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521555


Comments

No comments written yet.

Please login to write comment.