Color Hex Logo

#531b48 Color Hex

#531B48
(83,27,72)
0 Favorites   0 Comments

Color spaces of #531b48

RGB 832772
HSL0.870.510.22
HSV312°67°33°
CMYK 0.000.670.13   0.67
XYZ5.12893.09076.4571
Yxy3.09070.34950.2106
Hunter Lab17.580421.3099-9.4704
CIE-Lab20.403532.0317-15.2283

#531b48 color RGB value is (83,27,72).

#531b48 hex color red value is 83, green value is 27 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #531b48 hue: 0.87 , saturation: 0.51 and the lightness value of 531b48 is 0.22.

The process color (four color CMYK) of #531b48 color hex is 0.00, 0.67, 0.13, 0.67. Web safe color of #531b48 is #663333. Color #531b48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011011 01001000
Octal 123 33 110
Decimal 83 27 72
Hex 53 1B 48

RGB Percentages of Color #531b48

%45.60
%14.84
%39.56

CMYK Percentages of Color #531b48

%0
%67
%13
%67

Triadic Colors of #531b48

#531b48 #48531b #1b4853

Analogous Colors of #531b48

#531b48 #531b2c #421b53

Monochromatic Colors of #531b48

#531b48

Complementary Color

#531b48 #1b5326

#531b48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531b48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531b48 Color CSS Codes

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

#531b48 Text Font Color

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

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


#531b48 Background Color

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

This div background color is #531b48


#531b48 Border Color

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

This div border color is #531b48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,27,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #531b48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #531b48;
  -webkit-box-shadow: 1px 1px 3px 2px #531b48;
  box-shadow:         1px 1px 3px 2px #531b48; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531b48


Comments

No comments written yet.

Please login to write comment.