Color Hex Logo

#531095 Color Hex

#531095
(83,16,149)
0 Favorites   0 Comments

Color spaces of #531095

RGB 8316149
HSL0.750.810.32
HSV270°89°58°
CMYK 0.440.890.00   0.42
XYZ9.17744.379528.7954
Yxy4.37950.21670.1034
Hunter Lab20.927341.6564-66.9325
CIE-Lab24.888353.1415-57.8790

#531095 color RGB value is (83,16,149).

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

The process color (four color CMYK) of #531095 color hex is 0.44, 0.89, 0.00, 0.42. Web safe color of #531095 is #660099. Color #531095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010000 10010101
Octal 123 20 225
Decimal 83 16 149
Hex 53 10 95

RGB Percentages of Color #531095

%33.47
%6.45
%60.08

CMYK Percentages of Color #531095

%44
%89
%0
%42

Triadic Colors of #531095

#531095 #955310 #109553

Analogous Colors of #531095

#531095 #951095 #111095

Monochromatic Colors of #531095

#531095

Complementary Color

#531095 #529510

#531095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531095 Color CSS Codes

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

#531095 Text Font Color

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

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


#531095 Background Color

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

This div background color is #531095


#531095 Border Color

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

This div border color is #531095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531095


Comments

No comments written yet.

Please login to write comment.