Color Hex Logo

#531368 Color Hex

#531368
(83,19,104)
0 Favorites   0 Comments

Color spaces of #531368

RGB 8319104
HSL0.790.690.24
HSV285°82°41°
CMYK 0.200.820.00   0.59
XYZ6.29883.304213.4025
Yxy3.30420.27380.1436
Hunter Lab18.177530.0427-30.9911
CIE-Lab21.223241.8928-35.3104

#531368 color RGB value is (83,19,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010011 01101000
Octal 123 23 150
Decimal 83 19 104
Hex 53 13 68

RGB Percentages of Color #531368

%40.29
%9.22
%50.49

CMYK Percentages of Color #531368

%20
%82
%0
%59

Triadic Colors of #531368

#531368 #685313 #136853

Analogous Colors of #531368

#531368 #681353 #281368

Monochromatic Colors of #531368

#531368

Complementary Color

#531368 #286813

#531368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531368 Color CSS Codes

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

#531368 Text Font Color

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

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


#531368 Background Color

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

This div background color is #531368


#531368 Border Color

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

This div border color is #531368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531368


Comments

No comments written yet.

Please login to write comment.