Color Hex Logo

#531b58 Color Hex

#531B58
(83,27,88)
0 Favorites   0 Comments

Color spaces of #531b58

RGB 832788
HSL0.820.530.23
HSV295°69°35°
CMYK 0.060.690.00   0.65
XYZ5.72073.32749.5733
Yxy3.32740.30720.1787
Hunter Lab18.241224.0582-18.3477
CIE-Lab21.310135.1284-24.6054

#531b58 color RGB value is (83,27,88).

#531b58 hex color red value is 83, green value is 27 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #531b58 hue: 0.82 , saturation: 0.53 and the lightness value of 531b58 is 0.23.

The process color (four color CMYK) of #531b58 color hex is 0.06, 0.69, 0.00, 0.65. Web safe color of #531b58 is #663366. Color #531b58 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011011 01011000
Octal 123 33 130
Decimal 83 27 88
Hex 53 1B 58

RGB Percentages of Color #531b58

%41.92
%13.64
%44.44

CMYK Percentages of Color #531b58

%6
%69
%0
%65

Triadic Colors of #531b58

#531b58 #58531b #1b5853

Analogous Colors of #531b58

#531b58 #581b3f #341b58

Monochromatic Colors of #531b58

#531b58

Complementary Color

#531b58 #20581b

#531b58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531b58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531b58 Color CSS Codes

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

#531b58 Text Font Color

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

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


#531b58 Background Color

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

This div background color is #531b58


#531b58 Border Color

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

This div border color is #531b58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531b58


Comments

No comments written yet.

Please login to write comment.