Color Hex Logo

#531449 Color Hex

#531449
(83,20,73)
0 Favorites   0 Comments

Color spaces of #531449

RGB 832073
HSL0.860.610.20
HSV310°76°33°
CMYK 0.000.760.12   0.67
XYZ5.02002.82046.5831
Yxy2.82040.34800.1955
Hunter Lab16.794023.9668-11.4853
CIE-Lab19.309835.3994-17.6182

#531449 color RGB value is (83,20,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010100 01001001
Octal 123 24 111
Decimal 83 20 73
Hex 53 14 49

RGB Percentages of Color #531449

%47.16
%11.36
%41.48

CMYK Percentages of Color #531449

%0
%76
%12
%67

Triadic Colors of #531449

#531449 #495314 #144953

Analogous Colors of #531449

#531449 #531429 #3e1453

Monochromatic Colors of #531449

#531449

Complementary Color

#531449 #14531e

#531449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531449 Color CSS Codes

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

#531449 Text Font Color

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

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


#531449 Background Color

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

This div background color is #531449


#531449 Border Color

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

This div border color is #531449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531449


Comments

No comments written yet.

Please login to write comment.