Color Hex Logo

#521401 Color Hex

#521401
(82,20,1)
0 Favorites   0 Comments

Color spaces of #521401

RGB 82201
HSL0.040.980.16
HSV14°99°32°
CMYK 0.000.760.99   0.68
XYZ3.73532.29630.2751
Yxy2.29630.59230.3641
Hunter Lab15.153517.48109.5311
CIE-Lab16.971227.876525.3257

#521401 color RGB value is (82,20,1).

#521401 hex color red value is 82, green value is 20 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #521401 hue: 0.04 , saturation: 0.98 and the lightness value of 521401 is 0.16.

The process color (four color CMYK) of #521401 color hex is 0.00, 0.76, 0.99, 0.68. Web safe color of #521401 is #660000. Color #521401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010100 00000001
Octal 122 24 1
Decimal 82 20 1
Hex 52 14 1

RGB Percentages of Color #521401

%79.61
%19.42
%0.97

CMYK Percentages of Color #521401

%0
%76
%99
%68

Triadic Colors of #521401

#521401 #015214 #140152

Analogous Colors of #521401

#521401 #523d01 #520117

Monochromatic Colors of #521401

#521401

Complementary Color

#521401 #013f52

#521401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521401 Color CSS Codes

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

#521401 Text Font Color

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

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


#521401 Background Color

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

This div background color is #521401


#521401 Border Color

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

This div border color is #521401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521401


Comments

No comments written yet.

Please login to write comment.