Color Hex Logo

#521430 Color Hex

#521430
(82,20,48)
0 Favorites   0 Comments

Color spaces of #521430

RGB 822048
HSL0.920.610.20
HSV333°76°32°
CMYK 0.000.760.41   0.68
XYZ4.26332.50763.0556
Yxy2.50760.43390.2552
Hunter Lab15.835420.3449-0.3558
CIE-Lab17.952931.3041-2.2378

#521430 color RGB value is (82,20,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010100 00110000
Octal 122 24 60
Decimal 82 20 48
Hex 52 14 30

RGB Percentages of Color #521430

%54.67
%13.33
%32.00

CMYK Percentages of Color #521430

%0
%76
%41
%68

Triadic Colors of #521430

#521430 #305214 #143052

Analogous Colors of #521430

#521430 #521714 #52144f

Monochromatic Colors of #521430

#521430

Complementary Color

#521430 #145236

#521430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521430 Color CSS Codes

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

#521430 Text Font Color

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

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


#521430 Background Color

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

This div background color is #521430


#521430 Border Color

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

This div border color is #521430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521430


Comments

No comments written yet.

Please login to write comment.