Color Hex Logo

#513850 Color Hex

#513850
(81,56,80)
0 Favorites   0 Comments

Color spaces of #513850

RGB 815680
HSL0.840.180.27
HSV302°31°32°
CMYK 0.000.310.01   0.68
XYZ6.25555.15698.2551
Yxy5.15690.31810.2622
Hunter Lab22.70889.4302-5.6569
CIE-Lab27.177215.7643-10.2047

#513850 color RGB value is (81,56,80).

#513850 hex color red value is 81, green value is 56 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #513850 hue: 0.84 , saturation: 0.18 and the lightness value of 513850 is 0.27.

The process color (four color CMYK) of #513850 color hex is 0.00, 0.31, 0.01, 0.68. Web safe color of #513850 is #663366. Color #513850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111000 01010000
Octal 121 70 120
Decimal 81 56 80
Hex 51 38 50

RGB Percentages of Color #513850

%37.33
%25.81
%36.87

CMYK Percentages of Color #513850

%0
%31
%1
%68

Triadic Colors of #513850

#513850 #505138 #385051

Analogous Colors of #513850

#513850 #513844 #463851

Monochromatic Colors of #513850

#513850

Complementary Color

#513850 #385139

#513850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513850 Color CSS Codes

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

#513850 Text Font Color

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

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


#513850 Background Color

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

This div background color is #513850


#513850 Border Color

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

This div border color is #513850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513850


Comments

No comments written yet.

Please login to write comment.