Color Hex Logo

#513488 Color Hex

#513488
(81,52,136)
0 Favorites   0 Comments

Color spaces of #513488

RGB 8152136
HSL0.720.450.37
HSV261°62°53°
CMYK 0.400.620.00   0.47
XYZ9.06535.982923.9696
Yxy5.98290.23230.1533
Hunter Lab24.460023.3503-40.9794
CIE-Lab29.369332.8893-42.5391

#513488 color RGB value is (81,52,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110100 10001000
Octal 121 64 210
Decimal 81 52 136
Hex 51 34 88

RGB Percentages of Color #513488

%30.11
%19.33
%50.56

CMYK Percentages of Color #513488

%40
%62
%0
%47

Triadic Colors of #513488

#513488 #885134 #348851

Analogous Colors of #513488

#513488 #7b3488 #344188

Monochromatic Colors of #513488

#513488

Complementary Color

#513488 #6b8834

#513488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513488 Color CSS Codes

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

#513488 Text Font Color

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

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


#513488 Background Color

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

This div background color is #513488


#513488 Border Color

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

This div border color is #513488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513488


Comments

No comments written yet.

Please login to write comment.