Color Hex Logo

#531369 Color Hex

#531369
(83,19,105)
0 Favorites   0 Comments

Color spaces of #531369

RGB 8319105
HSL0.790.690.24
HSV285°82°41°
CMYK 0.210.820.00   0.59
XYZ6.35003.324713.6716
Yxy3.32470.27200.1424
Hunter Lab18.233830.2545-31.6918
CIE-Lab21.300042.1084-35.8394

#531369 color RGB value is (83,19,105).

#531369 hex color red value is 83, green value is 19 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #531369 hue: 0.79 , saturation: 0.69 and the lightness value of 531369 is 0.24.

The process color (four color CMYK) of #531369 color hex is 0.21, 0.82, 0.00, 0.59. Web safe color of #531369 is #660066. Color #531369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010011 01101001
Octal 123 23 151
Decimal 83 19 105
Hex 53 13 69

RGB Percentages of Color #531369

%40.10
%9.18
%50.72

CMYK Percentages of Color #531369

%21
%82
%0
%59

Triadic Colors of #531369

#531369 #695313 #136953

Analogous Colors of #531369

#531369 #691354 #281369

Monochromatic Colors of #531369

#531369

Complementary Color

#531369 #296913

#531369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531369 Color CSS Codes

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

#531369 Text Font Color

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

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


#531369 Background Color

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

This div background color is #531369


#531369 Border Color

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

This div border color is #531369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531369


Comments

No comments written yet.

Please login to write comment.