Color Hex Logo

#531787 Color Hex

#531787
(83,23,135)
0 Favorites   0 Comments

Color spaces of #531787

RGB 8323135
HSL0.760.710.31
HSV272°83°53°
CMYK 0.390.830.00   0.47
XYZ8.24684.201123.2979
Yxy4.20110.23070.1175
Hunter Lab20.496635.9504-53.0457
CIE-Lab24.325447.5366-50.0966

#531787 color RGB value is (83,23,135).

#531787 hex color red value is 83, green value is 23 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #531787 hue: 0.76 , saturation: 0.71 and the lightness value of 531787 is 0.31.

The process color (four color CMYK) of #531787 color hex is 0.39, 0.83, 0.00, 0.47. Web safe color of #531787 is #660099. Color #531787 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010111 10000111
Octal 123 27 207
Decimal 83 23 135
Hex 53 17 87

RGB Percentages of Color #531787

%34.44
%9.54
%56.02

CMYK Percentages of Color #531787

%39
%83
%0
%47

Triadic Colors of #531787

#531787 #875317 #178753

Analogous Colors of #531787

#531787 #871783 #1b1787

Monochromatic Colors of #531787

#531787

Complementary Color

#531787 #4b8717

#531787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531787 Color CSS Codes

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

#531787 Text Font Color

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

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


#531787 Background Color

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

This div background color is #531787


#531787 Border Color

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

This div border color is #531787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531787


Comments

No comments written yet.

Please login to write comment.