Color Hex Logo

#521427 Color Hex

#521427
(82,20,39)
0 Favorites   0 Comments

Color spaces of #521427

RGB 822039
HSL0.950.610.20
HSV342°76°32°
CMYK 0.000.760.52   0.68
XYZ4.09602.44062.1747
Yxy2.44060.47020.2802
Hunter Lab15.622419.46122.6823
CIE-Lab17.647830.26443.7497

#521427 color RGB value is (82,20,39).

#521427 hex color red value is 82, green value is 20 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #521427 hue: 0.95 , saturation: 0.61 and the lightness value of 521427 is 0.20.

The process color (four color CMYK) of #521427 color hex is 0.00, 0.76, 0.52, 0.68. Web safe color of #521427 is #660033. Color #521427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010100 00100111
Octal 122 24 47
Decimal 82 20 39
Hex 52 14 27

RGB Percentages of Color #521427

%58.16
%14.18
%27.66

CMYK Percentages of Color #521427

%0
%76
%52
%68

Triadic Colors of #521427

#521427 #275214 #142752

Analogous Colors of #521427

#521427 #522014 #521446

Monochromatic Colors of #521427

#521427

Complementary Color

#521427 #14523f

#521427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521427 Color CSS Codes

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

#521427 Text Font Color

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

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


#521427 Background Color

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

This div background color is #521427


#521427 Border Color

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

This div border color is #521427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521427


Comments

No comments written yet.

Please login to write comment.