Color Hex Logo

#531192 Color Hex

#531192
(83,17,146)
0 Favorites   0 Comments

Color spaces of #531192

RGB 8317146
HSL0.750.790.32
HSV271°88°57°
CMYK 0.430.880.00   0.43
XYZ8.95604.315227.5550
Yxy4.31520.21940.1057
Hunter Lab20.773140.6048-64.1057
CIE-Lab24.687252.1486-56.3553

#531192 color RGB value is (83,17,146).

#531192 hex color red value is 83, green value is 17 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #531192 hue: 0.75 , saturation: 0.79 and the lightness value of 531192 is 0.32.

The process color (four color CMYK) of #531192 color hex is 0.43, 0.88, 0.00, 0.43. Web safe color of #531192 is #660099. Color #531192 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010001 10010010
Octal 123 21 222
Decimal 83 17 146
Hex 53 11 92

RGB Percentages of Color #531192

%33.74
%6.91
%59.35

CMYK Percentages of Color #531192

%43
%88
%0
%43

Triadic Colors of #531192

#531192 #925311 #119253

Analogous Colors of #531192

#531192 #921191 #131192

Monochromatic Colors of #531192

#531192

Complementary Color

#531192 #509211

#531192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531192 Color CSS Codes

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

#531192 Text Font Color

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

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


#531192 Background Color

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

This div background color is #531192


#531192 Border Color

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

This div border color is #531192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531192


Comments

No comments written yet.

Please login to write comment.