Color Hex Logo

#531677 Color Hex

#531677
(83,22,119)
0 Favorites   0 Comments

Color spaces of #531677

RGB 8322119
HSL0.770.690.28
HSV278°82°47°
CMYK 0.300.820.00   0.53
XYZ7.18403.744717.7969
Yxy3.74470.25010.1304
Hunter Lab19.351232.4022-40.9819
CIE-Lab22.808844.1244-42.4398

#531677 color RGB value is (83,22,119).

#531677 hex color red value is 83, green value is 22 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #531677 hue: 0.77 , saturation: 0.69 and the lightness value of 531677 is 0.28.

The process color (four color CMYK) of #531677 color hex is 0.30, 0.82, 0.00, 0.53. Web safe color of #531677 is #660066. Color #531677 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010110 01110111
Octal 123 26 167
Decimal 83 22 119
Hex 53 16 77

RGB Percentages of Color #531677

%37.05
%9.82
%53.13

CMYK Percentages of Color #531677

%30
%82
%0
%53

Triadic Colors of #531677

#531677 #775316 #167753

Analogous Colors of #531677

#531677 #77166b #231677

Monochromatic Colors of #531677

#531677

Complementary Color

#531677 #3a7716

#531677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531677 Color CSS Codes

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

#531677 Text Font Color

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

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


#531677 Background Color

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

This div background color is #531677


#531677 Border Color

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

This div border color is #531677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531677


Comments

No comments written yet.

Please login to write comment.