Color Hex Logo

#531887 Color Hex

#531887
(83,24,135)
0 Favorites   0 Comments

Color spaces of #531887

RGB 8324135
HSL0.760.700.31
HSV272°82°53°
CMYK 0.390.820.00   0.47
XYZ8.26714.241523.3046
Yxy4.24150.23080.1184
Hunter Lab20.594935.6115-52.6744
CIE-Lab24.454347.1627-49.8859

#531887 color RGB value is (83,24,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011000 10000111
Octal 123 30 207
Decimal 83 24 135
Hex 53 18 87

RGB Percentages of Color #531887

%34.30
%9.92
%55.79

CMYK Percentages of Color #531887

%39
%82
%0
%47

Triadic Colors of #531887

#531887 #875318 #188753

Analogous Colors of #531887

#531887 #871884 #1c1887

Monochromatic Colors of #531887

#531887

Complementary Color

#531887 #4c8718

#531887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531887 Color CSS Codes

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

#531887 Text Font Color

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

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


#531887 Background Color

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

This div background color is #531887


#531887 Border Color

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

This div border color is #531887


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,24,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 #531887">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531887


Comments

No comments written yet.

Please login to write comment.