Color Hex Logo

#520021 Color Hex

#520021
(82,0,33)
0 Favorites   0 Comments

Color spaces of #520021

RGB 82033
HSL0.931.000.16
HSV336°100°32°
CMYK 0.001.000.60   0.68
XYZ3.75421.90361.6084
Yxy1.90360.51670.2620
Hunter Lab13.797124.42502.7462
CIE-Lab14.973036.77554.3289

#520021 color RGB value is (82,0,33).

#520021 hex color red value is 82, green value is 0 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #520021 hue: 0.93 , saturation: 1.00 and the lightness value of 520021 is 0.16.

The process color (four color CMYK) of #520021 color hex is 0.00, 1.00, 0.60, 0.68. Web safe color of #520021 is #660033. Color #520021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000000 00100001
Octal 122 0 41
Decimal 82 0 33
Hex 52 0 21

RGB Percentages of Color #520021

%71.30
%0.00
%28.70

CMYK Percentages of Color #520021

%0
%100
%60
%68

Triadic Colors of #520021

#520021 #215200 #002152

Analogous Colors of #520021

#520021 #520800 #52004a

Monochromatic Colors of #520021

#520021

Complementary Color

#520021 #005231

#520021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520021 Color CSS Codes

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

#520021 Text Font Color

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

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


#520021 Background Color

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

This div background color is #520021


#520021 Border Color

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

This div border color is #520021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520021


Comments

No comments written yet.

Please login to write comment.