Color Hex Logo

#513367 Color Hex

#513367
(81,51,103)
0 Favorites   0 Comments

Color spaces of #513367

RGB 8151103
HSL0.760.340.30
HSV275°50°40°
CMYK 0.210.500.00   0.60
XYZ7.02535.096313.4454
Yxy5.09630.27480.1993
Hunter Lab22.575016.0427-19.5099
CIE-Lab27.007424.4588-25.4437

#513367 color RGB value is (81,51,103).

#513367 hex color red value is 81, green value is 51 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #513367 hue: 0.76 , saturation: 0.34 and the lightness value of 513367 is 0.30.

The process color (four color CMYK) of #513367 color hex is 0.21, 0.50, 0.00, 0.60. Web safe color of #513367 is #663366. Color #513367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110011 01100111
Octal 121 63 147
Decimal 81 51 103
Hex 51 33 67

RGB Percentages of Color #513367

%34.47
%21.70
%43.83

CMYK Percentages of Color #513367

%21
%50
%0
%60

Triadic Colors of #513367

#513367 #675133 #336751

Analogous Colors of #513367

#513367 #673363 #373367

Monochromatic Colors of #513367

#513367

Complementary Color

#513367 #496733

#513367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513367 Color CSS Codes

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

#513367 Text Font Color

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

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


#513367 Background Color

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

This div background color is #513367


#513367 Border Color

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

This div border color is #513367


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,51,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #513367; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #513367;
  -webkit-box-shadow: 1px 1px 3px 2px #513367;
  box-shadow:         1px 1px 3px 2px #513367; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,51,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513367


Comments

No comments written yet.

Please login to write comment.