Color Hex Logo

#513578 Color Hex

#513578
(81,53,120)
0 Favorites   0 Comments

Color spaces of #513578

RGB 8153120
HSL0.740.390.34
HSV265°56°47°
CMYK 0.330.560.00   0.53
XYZ8.05665.651618.4355
Yxy5.65160.25060.1758
Hunter Lab23.773118.8900-29.3369
CIE-Lab28.515927.7593-33.8926

#513578 color RGB value is (81,53,120).

#513578 hex color red value is 81, green value is 53 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #513578 hue: 0.74 , saturation: 0.39 and the lightness value of 513578 is 0.34.

The process color (four color CMYK) of #513578 color hex is 0.33, 0.56, 0.00, 0.53. Web safe color of #513578 is #663366. Color #513578 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110101 01111000
Octal 121 65 170
Decimal 81 53 120
Hex 51 35 78

RGB Percentages of Color #513578

%31.89
%20.87
%47.24

CMYK Percentages of Color #513578

%33
%56
%0
%53

Triadic Colors of #513578

#513578 #785135 #357851

Analogous Colors of #513578

#513578 #733578 #353b78

Monochromatic Colors of #513578

#513578

Complementary Color

#513578 #5c7835

#513578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513578 Color CSS Codes

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

#513578 Text Font Color

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

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


#513578 Background Color

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

This div background color is #513578


#513578 Border Color

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

This div border color is #513578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513578


Comments

No comments written yet.

Please login to write comment.