Color Hex Logo

#531897 Color Hex

#531897
(83,24,151)
0 Favorites   0 Comments

Color spaces of #531897

RGB 8324151
HSL0.740.730.34
HSV268°84°59°
CMYK 0.450.840.00   0.41
XYZ9.47984.726629.6908
Yxy4.72660.21600.1077
Hunter Lab21.740739.7866-65.7524
CIE-Lab25.941251.0955-57.3808

#531897 color RGB value is (83,24,151).

#531897 hex color red value is 83, green value is 24 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #531897 hue: 0.74 , saturation: 0.73 and the lightness value of 531897 is 0.34.

The process color (four color CMYK) of #531897 color hex is 0.45, 0.84, 0.00, 0.41. Web safe color of #531897 is #660099. Color #531897 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011000 10010111
Octal 123 30 227
Decimal 83 24 151
Hex 53 18 97

RGB Percentages of Color #531897

%32.17
%9.30
%58.53

CMYK Percentages of Color #531897

%45
%84
%0
%41

Triadic Colors of #531897

#531897 #975318 #189753

Analogous Colors of #531897

#531897 #931897 #181d97

Monochromatic Colors of #531897

#531897

Complementary Color

#531897 #5c9718

#531897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531897 Color CSS Codes

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

#531897 Text Font Color

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

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


#531897 Background Color

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

This div background color is #531897


#531897 Border Color

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

This div border color is #531897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531897


Comments

No comments written yet.

Please login to write comment.