Color Hex Logo

#531676 Color Hex

#531676
(83,22,118)
0 Favorites   0 Comments

Color spaces of #531676

RGB 8322118
HSL0.770.690.27
HSV278°81°46°
CMYK 0.300.810.00   0.54
XYZ7.12423.720817.4822
Yxy3.72080.25150.1314
Hunter Lab19.289432.1695-40.2327
CIE-Lab22.726143.8928-41.9340

#531676 color RGB value is (83,22,118).

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

The process color (four color CMYK) of #531676 color hex is 0.30, 0.81, 0.00, 0.54. Web safe color of #531676 is #660066. Color #531676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010110 01110110
Octal 123 26 166
Decimal 83 22 118
Hex 53 16 76

RGB Percentages of Color #531676

%37.22
%9.87
%52.91

CMYK Percentages of Color #531676

%30
%81
%0
%54

Triadic Colors of #531676

#531676 #765316 #167653

Analogous Colors of #531676

#531676 #761669 #231676

Monochromatic Colors of #531676

#531676

Complementary Color

#531676 #397616

#531676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531676 Color CSS Codes

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

#531676 Text Font Color

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

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


#531676 Background Color

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

This div background color is #531676


#531676 Border Color

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

This div border color is #531676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531676


Comments

No comments written yet.

Please login to write comment.