Color Hex Logo

#531446 Color Hex

#531446
(83,20,70)
0 Favorites   0 Comments

Color spaces of #531446

RGB 832070
HSL0.870.610.20
HSV312°76°33°
CMYK 0.000.760.16   0.67
XYZ4.92292.78156.0718
Yxy2.78150.35730.2019
Hunter Lab16.677823.5028-9.9109
CIE-Lab19.146734.8849-15.8121

#531446 color RGB value is (83,20,70).

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

The process color (four color CMYK) of #531446 color hex is 0.00, 0.76, 0.16, 0.67. Web safe color of #531446 is #660033. Color #531446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010100 01000110
Octal 123 24 106
Decimal 83 20 70
Hex 53 14 46

RGB Percentages of Color #531446

%47.98
%11.56
%40.46

CMYK Percentages of Color #531446

%0
%76
%16
%67

Triadic Colors of #531446

#531446 #465314 #144653

Analogous Colors of #531446

#531446 #531426 #411453

Monochromatic Colors of #531446

#531446

Complementary Color

#531446 #145321

#531446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531446 Color CSS Codes

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

#531446 Text Font Color

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

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


#531446 Background Color

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

This div background color is #531446


#531446 Border Color

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

This div border color is #531446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531446


Comments

No comments written yet.

Please login to write comment.