Color Hex Logo

#531388 Color Hex

#531388
(83,19,136)
0 Favorites   0 Comments

Color spaces of #531388

RGB 8319136
HSL0.760.750.30
HSV273°86°53°
CMYK 0.390.860.00   0.47
XYZ8.24414.082323.6460
Yxy4.08230.22920.1135
Hunter Lab20.204737.4749-55.2451
CIE-Lab23.941749.1666-51.3511

#531388 color RGB value is (83,19,136).

#531388 hex color red value is 83, green value is 19 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #531388 hue: 0.76 , saturation: 0.75 and the lightness value of 531388 is 0.30.

The process color (four color CMYK) of #531388 color hex is 0.39, 0.86, 0.00, 0.47. Web safe color of #531388 is #660099. Color #531388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010011 10001000
Octal 123 23 210
Decimal 83 19 136
Hex 53 13 88

RGB Percentages of Color #531388

%34.87
%7.98
%57.14

CMYK Percentages of Color #531388

%39
%86
%0
%47

Triadic Colors of #531388

#531388 #885313 #138853

Analogous Colors of #531388

#531388 #881383 #181388

Monochromatic Colors of #531388

#531388

Complementary Color

#531388 #488813

#531388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531388 Color CSS Codes

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

#531388 Text Font Color

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

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


#531388 Background Color

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

This div background color is #531388


#531388 Border Color

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

This div border color is #531388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531388


Comments

No comments written yet.

Please login to write comment.