Color Hex Logo

#531179 Color Hex

#531179
(83,17,121)
0 Favorites   0 Comments

Color spaces of #531179

RGB 8317121
HSL0.770.750.27
HSV278°86°47°
CMYK 0.310.860.00   0.53
XYZ7.21893.620418.4075
Yxy3.62040.24680.1238
Hunter Lab19.027334.4243-44.0394
CIE-Lab22.374646.3379-44.4250

#531179 color RGB value is (83,17,121).

#531179 hex color red value is 83, green value is 17 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #531179 hue: 0.77 , saturation: 0.75 and the lightness value of 531179 is 0.27.

The process color (four color CMYK) of #531179 color hex is 0.31, 0.86, 0.00, 0.53. Web safe color of #531179 is #660066. Color #531179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010001 01111001
Octal 123 21 171
Decimal 83 17 121
Hex 53 11 79

RGB Percentages of Color #531179

%37.56
%7.69
%54.75

CMYK Percentages of Color #531179

%31
%86
%0
%53

Triadic Colors of #531179

#531179 #795311 #117953

Analogous Colors of #531179

#531179 #79116b #1f1179

Monochromatic Colors of #531179

#531179

Complementary Color

#531179 #377911

#531179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531179 Color CSS Codes

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

#531179 Text Font Color

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

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


#531179 Background Color

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

This div background color is #531179


#531179 Border Color

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

This div border color is #531179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531179


Comments

No comments written yet.

Please login to write comment.