Color Hex Logo

#531146 Color Hex

#531146
(83,17,70)
0 Favorites   0 Comments

Color spaces of #531146

RGB 831770
HSL0.870.660.20
HSV312°80°33°
CMYK 0.000.800.16   0.67
XYZ4.87322.68216.0552
Yxy2.68210.35800.1971
Hunter Lab16.377124.4548-10.4576
CIE-Lab18.722936.0821-16.4730

#531146 color RGB value is (83,17,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010001 01000110
Octal 123 21 106
Decimal 83 17 70
Hex 53 11 46

RGB Percentages of Color #531146

%48.82
%10.00
%41.18

CMYK Percentages of Color #531146

%0
%80
%16
%67

Triadic Colors of #531146

#531146 #465311 #114653

Analogous Colors of #531146

#531146 #531125 #3f1153

Monochromatic Colors of #531146

#531146

Complementary Color

#531146 #11531e

#531146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531146 Color CSS Codes

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

#531146 Text Font Color

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

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


#531146 Background Color

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

This div background color is #531146


#531146 Border Color

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

This div border color is #531146


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,17,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 #531146">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531146


Comments

No comments written yet.

Please login to write comment.