Color Hex Logo

#513688 Color Hex

#513688
(81,54,136)
0 Favorites   0 Comments

Color spaces of #513688

RGB 8154136
HSL0.720.430.37
HSV260°60°53°
CMYK 0.400.600.00   0.47
XYZ9.15646.165224.0000
Yxy6.16520.23290.1568
Hunter Lab24.829822.3726-39.9276
CIE-Lab29.825531.6856-41.8036

#513688 color RGB value is (81,54,136).

#513688 hex color red value is 81, green value is 54 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #513688 hue: 0.72 , saturation: 0.43 and the lightness value of 513688 is 0.37.

The process color (four color CMYK) of #513688 color hex is 0.40, 0.60, 0.00, 0.47. Web safe color of #513688 is #663399. Color #513688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110110 10001000
Octal 121 66 210
Decimal 81 54 136
Hex 51 36 88

RGB Percentages of Color #513688

%29.89
%19.93
%50.18

CMYK Percentages of Color #513688

%40
%60
%0
%47

Triadic Colors of #513688

#513688 #885136 #368851

Analogous Colors of #513688

#513688 #7a3688 #364488

Monochromatic Colors of #513688

#513688

Complementary Color

#513688 #6d8836

#513688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513688 Color CSS Codes

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

#513688 Text Font Color

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

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


#513688 Background Color

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

This div background color is #513688


#513688 Border Color

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

This div border color is #513688


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,54,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 #513688">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513688


Comments

No comments written yet.

Please login to write comment.